kiryhanchik
02/24/2026, 12:01 PMVapi Support Bot
02/24/2026, 12:02 PMmessages property to null or an empty array in your squad configuration. For example:
json
{
"tools": [
{
"type": "handoff",
"destinations": [ /* ... */ ],
"messages": []
}
]
}
This will prevent the assistant from saying "transferring the call" or any similar phrase before the handoff. For more details, see the official documentation on silent handoffs: [Vapi Silent Handoffs Guide](https://docs.vapi.ai/squads/silent-handoffs).
Source:
- [Vapi Silent Handoffs Guide](https://docs.vapi.ai/squads/silent-handoffs)Chiranjeet Mishra
03/03/2026, 8:48 PM