diff --git a/autogen/agentchat/groupchat.py b/autogen/agentchat/groupchat.py index e4d0bf60146..9d0ace25042 100644 --- a/autogen/agentchat/groupchat.py +++ b/autogen/agentchat/groupchat.py @@ -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)