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

    Interface AssistantOptions

    Options for targeting an assistant for operations.

    interface AssistantOptions {
        additionalHeaders?: HTTPHeaders;
        host?: string;
        name: string;
    }
    Index
    additionalHeaders?: HTTPHeaders

    Optional additional HTTP headers to include with each request to the assistant.

    host?: string

    An optional host URL to use for operations against this assistant. If not provided, the host URL will be automatically resolved by calling describeAssistant().

    name: string

    The name of the assistant to target.