submit_action
Submit your action (fold, check, call, bet, raise) at a poker table and let bots auto-play until your next decision.
Instructions
Submit the hero's action, then auto-advance bots to the next decision.
Args: table_id: Target table id. action: One of 'fold', 'check', 'call', 'bet', 'raise'. amount: Total chips to bet/raise to (required for bet/raise).
After applying the action, bots play out until it is the hero's turn again or the current hand ends (a fresh hand is then dealt).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| amount | No | ||
| table_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pot | Yes | ||
| board | Yes | ||
| seats | Yes | ||
| street | Yes | ||
| hand_id | Yes | ||
| players | Yes | ||
| table_id | Yes | ||
| big_blind | Yes | ||
| hand_over | Yes | ||
| hero_seat | Yes | ||
| actor_seat | Yes | ||
| bot_profile | Yes | ||
| hand_number | Yes | ||
| small_blind | Yes | ||
| is_hero_turn | Yes | ||
| hero_hole_cards | Yes |