Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Kim <joshkyh@users.noreply.github.com>
  • Loading branch information
RohitRathore1 and joshkyh authored Mar 8, 2024
1 parent a22d1ca commit d18bb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen/agentchat/groupchat.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def introductions_msg(self, agents: Optional[List[Agent]] = None) -> str:
if agents is None:
agents = self.agents

# USe the class attribute instead of a hardcoded string
# Use the class attribute instead of a hardcoded string
intro_msg = self.DEFAULT_INTRO_MSG
participant_roles = self._participant_roles(agents)

Expand Down

0 comments on commit d18bb6a

Please sign in to comment.