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

    Interface UpdateAssistantResponse

    Response from updating an assistant.

    interface UpdateAssistantResponse {
        assistantName?: string;
        instructions?: string;
        metadata?: object;
    }
    Index
    assistantName?: string

    The name of the assistant that was updated.

    instructions?: string

    Description or directive for the assistant to apply to all responses.

    metadata?: object

    Metadata associated with the assistant.