Spaces:
Sleeping
Sleeping
Update rendering instruction
Browse files
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.
|