Merge pull request #1061 from Lessen-LLC/Production

This commit is contained in:
易磊 2025-05-20 09:27:38 +08:00 committed by GitHub
commit 2ff2c30657
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,6 @@ public partial class RoutingService
var storage = _services.GetRequiredService<IConversationStorage>();
_router = agent;
var states = _services.GetRequiredService<IConversationStateService>();
var executor = _services.GetRequiredService<IExecutor>();