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

    Type Alias ModelListParams

    type ModelListParams = {
        cursor?: string | null;
        includeHidden?: boolean | null;
        limit?: number | null;
    }
    Index

    Properties

    cursor?: string | null

    Opaque pagination cursor returned by a previous call.

    includeHidden?: boolean | null

    When true, include models that are hidden from the default picker list.

    limit?: number | null

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