hotfix GetNextStepPrompt error(can't find naive reasoner template)
This commit is contained in:
parent
33d77d0139
commit
278b36785e
|
|
@ -15,8 +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