bstraehle commited on
Commit
96b084e
·
verified ·
1 Parent(s): f2bb71c

Update multi_agent.py

Browse files
Files changed (1) hide show
  1. 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
  )