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

    Interface AssistantList

    Response from listing assistants.

    interface AssistantList {
        assistants?: AssistantModel[];
    }
    Index
    assistants?: AssistantModel[]

    The list of assistants associated with a specific project.