No Message History on Transfer in Squads
# support
n
Hi, I have created a squad with two assistants with
transferMode
of
delete-history
. On reviewing logs, after AI transfers to 2nd assistant, I don't see any messages in the logs. Whilst I want this behaviour at the prompt level, but at log level I still would like to see the interaction between the user and 1st assistant. Here is an example call id -
c3972c8a-0f7a-4e8a-90cf-5a66191b383b
v
If you want to have previous conversation history then you can use this transferMode swap-system-message-in-history-and-remove-transfer-tool-messages
n
But if I want transferMode to be
delete-history
to not confuse 2nd Assistant with the mesages and behaviour from the first assistant, it is not possible to have the messages be displayed in the log? To clarify, I do not want 2nd Assistant to have messages from the 1st assistant as context. But I do want to see all messages (incl from the 1st Assistant) when reviewing the transcript/logs.
v
That's not possible when you use this mode. You'll still get the complete transcription and logs; if you don't want to see them, you have to filter them on your end.
n
@Shubham Bajaj When you are saying "You'll still get the complete transcription and logs", you are talking about swap-system-message-in-history-and-remove-transfer-tool-messages mode correct? Thats really unfortunate because messages from 1st Assistant do affect the behaviour of 2nd Assistant, but thank you for the help.
v
Yes, I'm talking about the swap system message transfer mode. When you use this, only the system prompt gets wrapped out. The transcription doesn't get removed, nor do the messages. If your assistant 1 is affected by your assistant 2, you can share the call ID along with it, also explain like this: "This is what I was expecting as response, instead this came out." This will help me understand what could have been going wrong for you. Secondly, you can raise a feature request for delete history transfer modes as well. You can raise an feature request for it over here: https://roadmap.vapi.ai
n
I have raised a feature request, thanks.
v
Marking this ticket as Solved ✅
2 Views