brain_set_pref
Save a user preference for a brain instance to persist across restarts, such as disabling the automatic session-start changelog by setting "auto_changelog" to "false".
Instructions
Persist a user preference for this Brain instance. Preferences are stored in Redis and survive restarts. Known keys: auto_changelog (set to "false" to disable the automatic changelog shown at session_start).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Preference key (e.g. "auto_changelog"). | |
| value | Yes | Value to set (e.g. "false" to disable, "true" to re-enable). | |
| instance_id | Yes | UUID of the cache instance (Brain ID). |