stillexploring
05/20/2025, 6:44 AMVapi Support Bot
05/20/2025, 6:45 AMasync: true), Vapi does not automatically deliver tool responses to the voice assistant for speech. The assistant continues the conversation without waiting for the tool result, and there is no built-in push mechanism to have it speak the result when your backend responds. If you want the assistant to read out the tool's response, use async: false (synchronous mode) instead.
[See documentation](https://docs.vapi.ai/tools/custom-tools#server-response-format-providing-results-and-context)
Sources:
- [Custom Tools Server Response Format](https://docs.vapi.ai/tools/custom-tools#server-response-format-providing-results-and-context)
- [Server Events Function Calling](https://docs.vapi.ai/server-url/events#function-calling)Chiranjeet Mishra
05/20/2025, 9:03 PMstillexploring
05/21/2025, 4:05 AM