Skip to content

Commit

Permalink
Missing backticks breaking documentation (#3357)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryKobin committed Aug 16, 2024
1 parent 08fa1b6 commit 3fc708d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autogen/agentchat/groupchat.py
Original file line number Diff line number Diff line change
Expand Up @@ -1050,6 +1050,7 @@ def print_messages(recipient, messages, sender, config):
groupchat_result = agent_a.initiate_chat(
chat_manager, message="Hi, there, I'm agent A."
)
```
"""
return self._last_speaker

Expand Down

0 comments on commit 3fc708d

Please sign in to comment.