Falguni commited on
Commit
aac14ad
·
1 Parent(s): 6151eb6

Update docstring

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