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

Update rendering instruction

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -184,6 +184,7 @@ def play_chess(
184
 
185
  About rendering:
186
  - LLMs must use ascii as render_mode unless otherwise specified by user. While rendering ascii, LLMs must use monospaced font.
 
187
 
188
  Args:
189
  move: The move to play in long algebraic notation. If None, the engine will play a move.
 
184
 
185
  About rendering:
186
  - LLMs must use ascii as render_mode unless otherwise specified by user. While rendering ascii, LLMs must use monospaced font.
187
+ - LLMs must explicitly pass render_mode = "ascii" to this function if they want to render the board in ASCII format.
188
 
189
  Args:
190
  move: The move to play in long algebraic notation. If None, the engine will play a move.