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.
2 parents 794f441 + 2d52bbc commit 07ecfb2Copy full SHA for 07ecfb2
autogen/agentchat/groupchat.py
@@ -1264,6 +1264,10 @@ async def a_run_chat(
1264
else:
1265
# admin agent is not found in the participants
1266
raise
1267
+ except NoEligibleSpeaker:
1268
+ # No eligible speaker, terminate the conversation
1269
+ break
1270
+
1271
if reply is None:
1272
break
1273
# The speaker sends the message without requesting a reply
autogen/version.py
@@ -1 +1 @@
1
-__version__ = "0.2.37"
+__version__ = "0.2.38"
0 commit comments