gt_negotiation_buy_next_offer
Recommends the buyer's next offer using game theory, incorporating reservation price, offer histories, and optional defenses. Returns optimal offer, warnings, and defense actions to counter potential seller tactics.
Instructions
Buy-side next-offer recommendation with a defense bundle. If
anchor_attack_detection is in defenses, supply market_prior
{mu, sigma}. Returns recommended offer + warnings + defense actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| my_reservation | Yes | ||
| seller_offer_history | Yes | ||
| my_offer_history | Yes | ||
| deadline_rounds | Yes | ||
| pareto_knob | No | ||
| defenses | No | ||
| market_prior | No |