Authorizations
Pinecone API Key
Path Parameters
The name of the assistant to be described.
Body
application/json
The desired configuration to retrieve context from an assistant.
Parameters to retrieve context from an assistant.
The query that is used to generate the context. Exactly one of query or messages should be provided.
Optionally filter which documents can be retrieved using the following metadata fields.
Example:
{ "genre": { "$ne": "documentary" } }
The list of messages to use for generating the context. Exactly one of query or messages should be provided.
The number of context snippets to return. Default is 15.
Example:
20