(ctx context.Context)
| 404 | // personal chat model overrides. It defaults to false when unset. |
| 405 | GetChatPersonalModelOverridesEnabled(ctx context.Context) (bool, error) |
| 406 | GetChatPlanModeInstructions(ctx context.Context) (string, error) |
| 407 | GetChatQueuedMessages(ctx context.Context, chatID uuid.UUID) ([]ChatQueuedMessage, error) |
| 408 | // Returns the chat retention period in days. Chats archived longer |
| 409 | // than this and orphaned chat files older than this are purged by |
no outgoing calls