Pinecone TypeScript SDK - v8.2.0
    Preparing search index...

    Interface OperationList

    A list of operations.

    OperationList

    interface OperationList {
        operations?: OperationModel[];
        pagination?: PaginationResponse;
    }
    Index
    operations?: OperationModel[]

    The list of operations for the assistant.

    OperationList

    pagination?: PaginationResponse

    OperationList