Update RoutingService.InstructLoop.cs
hotfix GetNextStepPrompt error(can't find naive reasoner template)
This commit is contained in:
parent
c6125f4c90
commit
968bac623d
|
|
@ -15,7 +15,7 @@ public partial class RoutingService
|
|||
var convService = _services.GetRequiredService<IConversationService>();
|
||||
var storage = _services.GetRequiredService<IConversationStorage>();
|
||||
|
||||
_router = await agentService.GetAgent(message.CurrentAgentId);
|
||||
_router = agent;
|
||||
|
||||
var states = _services.GetRequiredService<IConversationStateService>();
|
||||
var executor = _services.GetRequiredService<IExecutor>();
|
||||
|
|
|
|||
Loading…
Reference in a new issue