Powerful AI assistants that you can control
calls/create
endpoint.
At its core, the agent is an amalgamation of everything you need to build powerful AI assistants for
your use cases:
list
, get
, create
, and update
endpoints that allow you to manipulate them as you see fit.
In addition to the other API objects enumerated above, agents have other reference fields that can be used to control
agent behavior:
language
sets the agent language (for more context see Multilingual Agents)initial_message
controls the agents first utterance.initial_message_delay
adds a delay to the initial message from when the call beginsask_if_human_present_on_idle
allows the agent to speak when there is more than 15s of silence on the callllm_temperature
controls the behavior of the underlying language model. Values can range from 0 to 1, with higher
values leading to more diverse and creative results. Lower values generate more consistent outputs.