Update multi_agent.py
Browse files- multi_agent.py +1 -1
multi_agent.py
CHANGED
@@ -66,7 +66,7 @@ class MultiAgent:
|
|
66 |
board_proxy = ConversableAgent(
|
67 |
name="Board Proxy",
|
68 |
llm_config=False,
|
69 |
-
is_termination_msg=check_made_move,
|
70 |
default_auto_reply="Please make a move.",
|
71 |
human_input_mode="NEVER",
|
72 |
)
|
|
|
66 |
board_proxy = ConversableAgent(
|
67 |
name="Board Proxy",
|
68 |
llm_config=False,
|
69 |
+
is_termination_msg=self.check_made_move,
|
70 |
default_auto_reply="Please make a move.",
|
71 |
human_input_mode="NEVER",
|
72 |
)
|