temp revert

This commit is contained in:
Jicheng Lu 2025-07-07 17:11:18 -05:00
parent 5d5abf5865
commit df7b7bb61d

View file

@ -173,7 +173,7 @@ public class BotSharpConversationSideCar : IConversationSideCar
var node = _contextStack.Pop();
// Recover
RestoreStates(node.State);
state.SetCurrentState(node.State);
routing.Context.SetRecursiveCounter(node.RecursiveCounter);
routing.Context.SetAgentStack(node.RoutingStack);
routing.Context.SetDialogs(node.RoutingDialogs);