Skip to content

Commit

Permalink
Merge branch '0.2' into wxai
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits authored Nov 21, 2024
2 parents 794f441 + 2d52bbc commit 07ecfb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions autogen/agentchat/groupchat.py
Original file line number Diff line number Diff line change
Expand Up @@ -1264,6 +1264,10 @@ async def a_run_chat(
else:
# admin agent is not found in the participants
raise
except NoEligibleSpeaker:
# No eligible speaker, terminate the conversation
break

if reply is None:
break
# The speaker sends the message without requesting a reply
Expand Down
2 changes: 1 addition & 1 deletion autogen/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.37"
__version__ = "0.2.38"

0 comments on commit 07ecfb2

Please sign in to comment.