respond_to_trade
Accept or reject a pending trade deal after reviewing offers from another player. Use with get_pending_trades to see what is being offered.
Instructions
Accept or reject a pending trade deal.
Args:
other_player_id: The player ID of the civilization (from get_pending_trades)
accept: True to accept the deal, False to reject it
Use get_pending_trades first to see what's being offered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accept | Yes | ||
| other_player_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |