Update an assistant.
Updates the assistant configuration if it belongs to your organization. Only the fields provided in the request will be updated.
assistant_id
(string, required): The unique identifier of the assistant you want to update.llm_settings
, tts_settings
, stt_settings
, interruption_settings
, and tools_settings
objects.
Below is an example of a request to change an assistant’s name and its LLM temperature.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Schema for updating an assistant.
Successful Response
Schema for assistant response.