OptionaladditionalOptional 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.
OptionalhostAn optional host URL to use for operations against this assistant. If not provided, the host URL will be automatically resolved by calling Assistants.describe.
The name of the assistant to target, such as support-handbook.
Options for targeting an assistant for operations.