Fix current agent id.
This commit is contained in:
parent
da4d5e548a
commit
9c488358e4
|
|
@ -32,6 +32,7 @@ public partial class RoutingService
|
||||||
role: AgentRole.Function);
|
role: AgentRole.Function);
|
||||||
message.FunctionName = response.FunctionName;
|
message.FunctionName = response.FunctionName;
|
||||||
message.FunctionArgs = response.FunctionArgs;
|
message.FunctionArgs = response.FunctionArgs;
|
||||||
|
message.CurrentAgentId = agent.Id;
|
||||||
await InvokeFunction(agent, message, dialogs);
|
await InvokeFunction(agent, message, dialogs);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue