Pinecone TypeScript SDK - v9.0.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.

    These are merged over the additionalHeaders configured on the Pinecone client, so an entry here wins on an exact key match and the client's other headers still apply. Everything sent to this assistant is then headed by the merged set, applied after the headers the SDK sets: an entry keyed exactly X-Pinecone-Api-Version pins these requests to that API version. Matching is case-sensitive.

    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 Assistants.describe.

    name: string

    The name of the assistant to target, such as support-handbook.