waitForNextTurn
Pause the chess game until the opponent has made their move, guaranteeing the agent acts only when it's its turn. Waits up to 30 seconds for the turn to become available.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | Yes | The ID of the active game. |