After implementing basic conversations, your agent needs additional capabilities to perform actions such as:
These capabilities can be implemented using function calling.
Function calling (also known as tool calling) allows your voice agent to perform actions by:
The LLM intelligently decides when to call these functions by outputting structured JSON objects containing the necessary arguments.
For a detailed understanding, we recommend:
Access and manage tools in the agent detail page under the “Functions” section.
See community templates in docs
After implementing basic conversations, your agent needs additional capabilities to perform actions such as:
These capabilities can be implemented using function calling.
Function calling (also known as tool calling) allows your voice agent to perform actions by:
The LLM intelligently decides when to call these functions by outputting structured JSON objects containing the necessary arguments.
For a detailed understanding, we recommend:
Access and manage tools in the agent detail page under the “Functions” section.
See community templates in docs