System tools
Update the internal state of conversations without external requests.
System tools enable your assistant to update the internal state of a conversation. Unlike server tools or client tools, system tools don’t make external API calls or trigger client-side functions—they modify the internal state of the conversation without making external calls.
Overview
Some applications require agents to control the flow or state of a conversation. System tools provide this capability by allowing the assistant to perform actions related to the state of the call that don’t require communicating with external servers or the client.
Available system tools
Let your agent automatically terminate a conversation when appropriate conditions are met.
Enable your agent to automatically switch to the user’s language during conversations.
Implementation
When creating an agent via API, you can add system tools to your agent configuration. Here’s how to implement both the end call and language detection tools:
FAQ
Can system tools be combined with other tool types?
Yes, system tools can be used alongside server tools and client tools in the same assistant. This allows for comprehensive functionality that combines internal state management with external interactions.