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

    Type Alias ModelListResponse

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

    Properties

    Properties

    data: Model[]
    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.