(ctx context.Context, chatID uuid.UUID)
| 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 |
| 410 | // dbpurge. Returns 30 (days) when no value has been configured. |
no outgoing calls