rare-sapphire•6d ago
Issue with call logs when a Squad has "ContextEngineeringPlanNone"
When using the ContextEngineeringPlanNone in a squad's handoff, the call log's
Transcripts only contains the last agent interaction.
It's like the Transcripts loses all the messages and tool calls, but the Logs tab shows everything3 Replies
When you use
"contextEngineeringPlan": { "type": "none" } in a squad handoff, only the last agent's messages are passed to the next assistant, which means the Transcripts in the call log will only show that final interaction. This is expected based on the Handoff Tool documentation, as no prior context is included in the transcript. If you want the full conversation to appear in the transcript, try switching to "type": "all" or "type": "lastNMessages":
This should ensure the entire conversation history is available in the transcript, not just the last agent's messages. For more details, see the Handoff Tool documentation.
Source:
- Handoff Tool documentation⤵️ Mention @Vapi Support Bot for follow-ups 🐥
Hi, could you please provide a call id where you experienced this issue? We would like to review the logs to identify the cause.
rare-sapphireOP•3d ago
Hello!
Here is an example: 019a543b-28d9-7447-b9a9-f21846e51188
I switched to 'lastNMessages=5' and not it shows only a few messages not the whole transcript