Merge pull request #1090 from iceljc/master

temp revert
This commit is contained in:
iceljc 2025-07-07 17:12:46 -05:00 committed by GitHub
commit 80e00b50c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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);