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

    Type Alias ThreadResumeInitialTurnsPageParams

    type ThreadResumeInitialTurnsPageParams = {
        itemsView?: TurnItemsView | null;
        limit?: number | null;
        sortDirection?: SortDirection | null;
    }
    Index

    Properties

    itemsView?: TurnItemsView | null

    How much item detail to include for each returned turn; defaults to summary.

    limit?: number | null

    Optional turn page size.

    sortDirection?: SortDirection | null

    Optional turn pagination direction; defaults to descending.