Voice AI Agent Function calls
Function Calls (also known as Tool Calls) are the mechanism through which your AI agent interacts with the outside world. They allow the agent to perform actions based on the conversation flow.How it Works
Movoice AI uses the “Tool Use” capabilities of modern LLMs (like GPT-4 and Claude).- Detection: The agent listens to the user.
- Logic: The LLM determines if a specific tool is needed to fulfill the user’s request.
- Execution: Movoice AI executes the function (e.g., transfers a call or pings your API).
- Response: The agent continues the conversation based on the result of the function.
