Update docstring
Browse files
app.py
CHANGED
@@ -164,8 +164,8 @@ def play_chess(
|
|
164 |
Instructions for LLMs:
|
165 |
Prerequisites:
|
166 |
- User must be asked if they want to play as white or black.
|
167 |
-
- If user chooses black, pass an empty string in the first move for the engine to play as white.
|
168 |
-
- If the user chooses white, ask the user for a move and pass it in the first move for the engine to play as black.
|
169 |
|
170 |
- User must be asked if they want a board drawn.
|
171 |
- If they do, pass `draw_board=True` to this function.
|
|
|
164 |
Instructions for LLMs:
|
165 |
Prerequisites:
|
166 |
- User must be asked if they want to play as white or black.
|
167 |
+
- If user chooses black, pass an empty string in the first move (for the engine to play as white).
|
168 |
+
- If the user chooses white, LLMs must ask the user for a move and pass it in the first move (for the engine to play as black).
|
169 |
|
170 |
- User must be asked if they want a board drawn.
|
171 |
- If they do, pass `draw_board=True` to this function.
|