Update Agent
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The id of the agent.
Body
The hooks of the agent. These are used for real-time conversation events such as function_calls, messages and much more.
The initial message that the agent will say. If null, the agent will wait for the user to speak first.
The language model of the agent.
The maximum conversation duration in seconds. If null, the conversation can be of any duration. The default value is 10 min.
The metadata of the agent. This is used to store additional information about the agent.
The prompt of the agent.
The transcriber of the agent.
The synthesizer of the agent.
The webhooks of the agent. These are used for real-time conversation events such as function_calls, messages and much more.
Response
The id of the owner of the agent.
The date and time the agent was created.
The id of the agent.
The date and time the agent was last updated.
The uri of the agent.
The hooks of the agent. These are used for real-time conversation events such as function_calls, messages and much more.
The initial message that the agent will say. If null, the agent will wait for the user to speak first.
The maximum conversation duration in seconds. If null, the conversation can be of any duration. The default value is 10 min.
The metadata of the agent. This is used to store additional information about the agent.
The prompt of the agent.
The webhooks of the agent. These are used for real-time conversation events such as function_calls, messages and much more.