waitForNextTurn
Blocks execution until it's the player's turn in a chess game, waiting up to 30 seconds for the opponent's move before returning the updated board state or a timeout notification.
Instructions
Blocks until it is the Agent's turn (or User's turn via Agent proxy).
Waits up to 30 seconds for the opponent to move.
Returns:
- Board state (Markdown)
- UI Board (HTML) if showUi is true
- Or 'Timeout' message if no move happens.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | Yes |