Update an assistant
Update an existing assistant. You can modify the assistant’s instructions.
For guidance and examples, see Manage assistants.
Documentation Index
Fetch the complete documentation index at: https://docs.pinecone.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pinecone API Key
Headers
Required date-based version header
Path Parameters
The name of the assistant to update.
Body
The desired configuration updates for the assistant.
The configuration updates for the assistant.
Guidance applied to all responses generated by the assistant. Maximum 16 KB.
"Answer questions with clear, helpful answers. Keep the tone friendly and easy to follow."
Optional metadata associated with the assistant. Metadata is a JSON object that can store custom organizational data, tags, and attributes. Maximum size is 16KB.
{
"role": "Customer Support Helper",
"team": "Operations"
}Response
Update request successful.
The assistant name.
Guidance applied to all responses generated by the assistant.
"Answer questions with clear, helpful answers. Keep the tone friendly and easy to follow."
Optional metadata associated with the assistant. Metadata is a JSON object that can store custom organizational data, tags, and attributes.
{
"role": "Customer Support Helper",
"team": "Operations"
}