chat_configure
Configure a notebook's chat behavior via preset modes or custom goal and response length. Presets replace settings; partial custom calls merge with existing configuration.
Instructions
Configure a notebook's chat behavior. Accepts a notebook name or ID.
Two mutually-exclusive ways to configure:
chat_modeis a preset — one ofdefault/learning-guide/concise/detailed. It replaces the whole block, so it can't be combined withgoal/response_length(that's rejected).goal(custom persona; selects the CUSTOM goal) andresponse_length(default/longer/shorter) set a custom config. A partial call (just one) merges with the current settings — the omitted field is preserved. Only a bare call (no preset, neither field) is rejected, as it would reset every setting to its default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| notebook | Yes | ||
| chat_mode | No | ||
| response_length | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||