We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e45a66 commit 13ed40bCopy full SHA for 13ed40b
1 file changed
src/Infrastructure/BotSharp.Core/Routing/RoutingContext.cs
@@ -86,7 +86,7 @@ public void Push(string agentId, string? reason = null, bool updateLazyRouting =
86
if (!Guid.TryParse(agentId, out _))
87
{
88
var agentService = _services.GetRequiredService<IAgentService>();
89
- var agents = agentService.GetAgentOptions([agentId]).Result;
+ var agents = agentService.GetAgentOptions([agentId], byName: true).Result;
90
91
if (agents.Count > 0)
92
0 commit comments