Session move — next single-price offer
session_adviseYour next move inside a receipted session (single-issue) — no additional charge (the $2 at session_open covered it).
Pass the FULL offer history each time, oldest first. Returns move, exact price, ready-to-send message, and the receipt (why[], context_hash, deterministic compute block).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | The API key that opened the session. | |
| my_offers | No | Your own offer history, in dollars, oldest first (optional). | |
| session_id | Yes | The session_id returned by session_open. | |
| rounds_left | No | Bargaining rounds remaining (optional). | |
| their_offers | Yes | The FULL counterparty offer history, in dollars, oldest first. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| why | No | ||
| move | No | ||
| error | No | ||
| offer | No | ||
| compute | No | ||
| message | No | ||
| receipt | No | ||
| policy_id | No | ||
| move_index | No | ||
| context_hash | No | ||
| confidence_note | No |