N3squik
01/11/2026, 2:18 PMChiranjeet Mishra
01/11/2026, 2:18 PMChiranjeet Mishra
01/12/2026, 4:00 PMN3squik
01/13/2026, 8:58 AMN3squik
01/13/2026, 9:01 AMChiranjeet Mishra
01/14/2026, 1:03 PMN3squik
01/15/2026, 8:29 AM47a7a73f-7ff7-412a-9684-8c5b02019181). Re your questions: Yes API succeeded. Squad showed up without any errors. Error start occuring straight await, after I create it using API.Chiranjeet Mishra
01/15/2026, 12:19 PMN3squik
01/16/2026, 8:14 AMChiranjeet Mishra
01/16/2026, 5:09 PMN3squik
01/17/2026, 8:21 AMN3squik
01/17/2026, 10:22 AM"assistantDestinations" => [
%{
"assistantName" => "Eval call_assistant - Interaction",
"message" => "",
"transferMode" => "swap-system-message-in-history-and-remove-transfer-tool-messages",
"type" => "assistant"
}
]
and changing to the following configurations have actually worked (thank you for the advice) -
"assistantDestinations" => [
%{
"assistantName" => "xyz - Interaction",
"contextEngineeringPlan" => %{"type" => "all"},
"type" => "assistant"
}
],
So I have few questions.
1. Are the previously mentioned two configurations result in the same behaviour? Is there any difference, if yes how can I make the hand off behave exactly the same as my previous transferCall?
2. Does contextEngineeringPlan "all" include system message from previous assistant and hand off tool call? I would like to have the same behaviour as "swap-system-message-in-history-and-remove-transfer-tool-messages".Chiranjeet Mishra
01/20/2026, 8:15 AMN3squik
01/20/2026, 9:26 AMChiranjeet Mishra
01/20/2026, 10:42 AMN3squik
01/24/2026, 11:31 AMChiranjeet Mishra
01/27/2026, 1:15 PM