waitForNextTurn
Blocks until the opponent makes a move, returning the updated board state or a timeout message. Use to wait for your next turn.
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
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | Yes | The ID of the active game. |