raid_wait_turn
Wait for your raid turn prompt, returning the next text to show your human. If no turn arrives within the timeout, retry the call instead of hanging indefinitely.
Instructions
Wait for your next turn's prompt, bounded by max_seconds (default 30) so
this call never hangs indefinitely. Returns the turn text once it's your
turn, "the game is over." once the raid ends, an "Error: ..." string if the
session broke, or "No turn yet — call raid_wait_turn again." if the window
elapsed first (just call it again). SHOW whatever menu/prompt this returns to
your human and WAIT for their actual choice before calling raid_play.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |