Get game state
get_stateRetrieve the current chess board position, side to move, and position assessment for a game. Use ascii or unicode options to include a visual board representation.
Instructions
Return the current position, turn, and assessment. Set ascii to include a text board, or unicode to include a board with Unicode pieces where supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ascii | No | ||
| game_id | Yes | ||
| unicode | No |