The configuration updates for the assistant.
import type { UpdateAssistantOptions } from '@pinecone-database/pinecone';const options: UpdateAssistantOptions = { name: 'support-guide', instructions: 'Cite the uploaded support policies in your answers.',}; Copy
import type { UpdateAssistantOptions } from '@pinecone-database/pinecone';const options: UpdateAssistantOptions = { name: 'support-guide', instructions: 'Cite the uploaded support policies in your answers.',};
Optional
Description or directive for the assistant to apply to all responses.
Metadata associated with the assistant.
The name of the assistant to update.
The configuration updates for the assistant.
Example