anthony_sanchez
05/21/2025, 3:04 AMVapi Support Bot
05/21/2025, 3:05 AMblocking
property to false
in your tool call configuration (which is the default). This allows tool calls to execute without waiting for the current message to finish, minimizing interruptions like "one sec" or "give me a moment".
json
{
"ToolMessageStart": {
"blocking": false
}
}
Tip: If you still hear interstitial messages, check your prompt or system messages for any default phrases and adjust them as needed.
[See documentation](https://docs.vapi.ai/changelog/2025/2/4)
Source:
- [Changelog: Hooks, PCI Compliance, and Blocking Messages](https://docs.vapi.ai/changelog/2025/2/4)Kings_bigš«
05/21/2025, 5:56 AM