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

    Interface UpdateAssistantOptions

    The configuration updates for the assistant.

    interface UpdateAssistantOptions {
        instructions?: string;
        metadata?: Record<string, string>;
        name: string;
    }
    Index
    instructions?: string

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

    metadata?: Record<string, string>

    Metadata associated with the assistant.

    name: string

    The name of the assistant to update.