Update an existing assistant. You can modify the assistant’s instructions.
For guidance and examples, see Manage assistants.
Pinecone API Key
Required date-based version header
The name of the assistant to update.
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"
}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"
}