rare-sapphire
rare-sapphire6d 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 everything
3 Replies
Vapi Support Bot
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":
"contextEngineeringPlan": { "type": "all" }
"contextEngineeringPlan": { "type": "all" }
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 🐥
Aniah
Aniah4d ago
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-sapphire
rare-sapphireOP3d 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

Did you find this page helpful?