@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias ExperimentalFeatureListParams

    type ExperimentalFeatureListParams = {
        cursor?: string | null;
        limit?: number | null;
        threadId?: string | null;
    }
    Index

    Properties

    cursor?: string | null

    Opaque pagination cursor returned by a previous call.

    limit?: number | null

    Optional page size; defaults to a reasonable server-side value.

    threadId?: string | null

    Optional loaded thread id. Pass this when showing feature state for an existing thread so enablement is computed from that thread's refreshed config, including project-local config for the thread's cwd.