Merge pull request #199 from hchen2020/master

Fix current agent id.
This commit is contained in:
Haiping 2023-11-03 15:47:22 -05:00 committed by GitHub
commit 1988d10e8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,7 @@ public partial class RoutingService
role: AgentRole.Function);
message.FunctionName = response.FunctionName;
message.FunctionArgs = response.FunctionArgs;
message.CurrentAgentId = agent.Id;
await InvokeFunction(agent, message, dialogs);
}
else