cassette_config
View or change the Cassette model and thinking level for a session. Pass a session ID to see current settings and options, or provide model/thinking level to update them.
Instructions
On-demand model picker for the session. Call only when the user asks to view or change the Cassette model. With only session_id it returns the current choice and available options; pass model (id or label) and/or thinking_level to change them. The choice persists for the session and applies from the next cassette_run_job turn. Default: GPT-5.6 Luna with xhigh thinking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| session_id | Yes | ||
| thinking_level | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| error | No | ||
| phase | Yes | ||
| job_id | No | ||
| warnings | No | ||
| artifacts | No | ||
| session_id | No | ||
| next_action | Yes |