Skip to content

Commit 07ecfb2

Browse files
authored
Merge branch '0.2' into wxai
2 parents 794f441 + 2d52bbc commit 07ecfb2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

autogen/agentchat/groupchat.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,6 +1264,10 @@ async def a_run_chat(
12641264
else:
12651265
# admin agent is not found in the participants
12661266
raise
1267+
except NoEligibleSpeaker:
1268+
# No eligible speaker, terminate the conversation
1269+
break
1270+
12671271
if reply is None:
12681272
break
12691273
# The speaker sends the message without requesting a reply

autogen/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.37"
1+
__version__ = "0.2.38"

0 commit comments

Comments
 (0)