Raj Acharya (Marlin,Tuna)
04/03/2026, 8:41 AMpreviousChatId the recommended continuation path instead of sessionId?
- Is there a supported way to confirm which assistant is currently active after a handoff in chat?
We’re happy to provide any sessions, chats, screenshots, or a screen recording right away.
At this point we mostly need clarity on whether this is a bug, a limitation, or an integration requirement we’re missing.
The call experience is great, but it falls apart in chat.
Thanks.
https://cdn.discordapp.com/attachments/1489545351311392918/1489545351902920806/Untitled_design.png?ex=69d0ceb6&is=69cf7d36&hm=66ea909bbf36c13caacf67de3e28442e2169fb302df73cf01c3997b102fd9716&Vapi Support Bot
04/03/2026, 8:42 AMmessages array to set clear, non-repetitive responses for each phase. For example:
json
{
"type": "handoff",
"messages": [
{ "type": "request-start", "content": "Transferring you now. Please wait..." },
{ "type": "request-complete", "content": "You're now connected. How can I assist you?" },
{ "type": "request-failed", "content": "Sorry, the transfer didn't work. I'll help you directly." }
]
}
This can help prevent the chat from looping into transfer-style language and clarify the handoff state for users. See the [handoff tool documentation](https://docs.vapi.ai/squads/handoff) for more details.
Source:
- [Handoff tool documentation](https://docs.vapi.ai/squads/handoff)Shaunak
04/03/2026, 9:16 AMShaunak
04/03/2026, 9:16 AMShaunak
04/03/2026, 9:16 AMRaj Acharya (Marlin,Tuna)
04/03/2026, 9:30 AMRaj Acharya (Marlin,Tuna)
04/04/2026, 9:23 AMRaj Acharya (Marlin,Tuna)
04/06/2026, 5:10 AMRaj Acharya (Marlin,Tuna)
04/09/2026, 9:10 AMChiranjeet Mishra
04/10/2026, 4:33 PMdfaint
04/23/2026, 9:58 PM