Update multi_agent.py
Browse files- multi_agent.py +1 -1
multi_agent.py
CHANGED
@@ -73,7 +73,7 @@ def run_multi_agent(llm_white, llm_black, num_moves):
|
|
73 |
name="Board Proxy",
|
74 |
llm_config=False,
|
75 |
is_termination_msg=check_made_move,
|
76 |
-
default_auto_reply="
|
77 |
human_input_mode="NEVER",
|
78 |
)
|
79 |
|
|
|
73 |
name="Board Proxy",
|
74 |
llm_config=False,
|
75 |
is_termination_msg=check_made_move,
|
76 |
+
default_auto_reply="Please make a move.",
|
77 |
human_input_mode="NEVER",
|
78 |
)
|
79 |
|