(ctx context.Context, value string)
| 1391 | // personal chat model overrides. |
| 1392 | UpsertChatPersonalModelOverridesEnabled(ctx context.Context, enabled bool) error |
| 1393 | UpsertChatPlanModeInstructions(ctx context.Context, value string) error |
| 1394 | UpsertChatRetentionDays(ctx context.Context, retentionDays int32) error |
| 1395 | UpsertChatSystemPrompt(ctx context.Context, value string) error |
| 1396 | UpsertChatTemplateAllowlist(ctx context.Context, templateAllowlist string) error |
no outgoing calls