respond_to_trade
Accept or reject pending trade deals from other civilizations. Review offers with get_pending_trades first.
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 |
|---|---|---|---|
| other_player_id | Yes | ||
| accept | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |