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

    Type Alias ThreadLoadedListResponse

    type ThreadLoadedListResponse = {
        data: string[];
        nextCursor: string | null;
    }
    Index

    Properties

    Properties

    data: string[]

    Thread ids for sessions currently loaded in memory.

    nextCursor: string | null

    Opaque cursor to pass to the next call to continue after the last item. if None, there are no more items to return.