.Net Agents: AggregatorAgent
does not reset completed chat on re-entry
#10181
Labels
agents
bug
Something isn't working
experimental
Associated with an experimental feature
.NET
Issue or Pull requests regarding .NET code
triage
Describe the bug
AggregatorAgent
is expected to be invoked multiple times, as with any agent. AsAggeratorAgent
state is an internalAgentGroupChat
, this group-chat may have previously met its termination criteria. If so, re-invoking results in anKernelException: Agent Failure - Chat has completed.
As in the normal case,
IsComplete
property should be set to false when re-invoking anAgentGroupChat
The text was updated successfully, but these errors were encountered: