GeraDeluxer
03/30/2026, 4:15 PMVapi Support Bot
03/30/2026, 4:16 PMmessages array to ensure the request-complete message is correctly structured and will be spoken aloud. Here’s an example:
json
"messages": [
{
"type": "request-complete",
"role": "assistant",
"content": "The SMS was sent successfully. Is there anything else I can help you with?",
"endCallAfterSpokenEnabled": false
}
]
Make sure this is placed inside your tool configuration and that no other hooks or settings are suppressing speech after tool execution. For more details, see the [handoff tool messages documentation](https://docs.vapi.ai/squads/handoff).
Source:
- [Handoff tool messages documentation](https://docs.vapi.ai/squads/handoff)GeraDeluxer
03/30/2026, 4:22 PMMatt
03/31/2026, 6:40 AMGeraDeluxer
03/31/2026, 4:44 PMGeraDeluxer
03/31/2026, 9:33 PMChiranjeet Mishra
04/01/2026, 8:15 AMGeraDeluxer
04/01/2026, 3:43 PMChiranjeet Mishra
04/07/2026, 7:44 AM