The Skip Turn tool allows your conversational agent to explicitly pause and wait for the user to speak or act before continuing. This system tool is useful when the user indicates they need a moment, for example, by saying “Give me a second,” “Let me think,” or “One moment please.”
Purpose: Allow the agent to pause and wait for user input without speaking.
Trigger conditions: The LLM should call this tool when:
Parameters:
reason (string, optional): Free-form reason explaining why the pause is neededFunction call format:
Implementation: No additional configuration needed. The tool simply signals the agent to remain silent until the user speaks again.
When creating an agent via API, you can add the Skip Turn tool to your agent configuration. It should be defined as a system tool, with the name skip_turn.
You can also configure the Skip Turn tool directly within the Agent’s UI, in the tools section.
Navigate to your agent’s configuration page. In the “Tools” section, click on “Add tool”, the Skip Turn option will already be available.
