(ctx context.Context, id uuid.UUID)
| 338 | // Auto-archive window in days. 0 disables. |
| 339 | GetChatAutoArchiveDays(ctx context.Context, defaultAutoArchiveDays int32) (int32, error) |
| 340 | GetChatByID(ctx context.Context, id uuid.UUID) (Chat, error) |
| 341 | GetChatByIDForUpdate(ctx context.Context, id uuid.UUID) (Chat, error) |
| 342 | GetChatComputerUseProvider(ctx context.Context) (string, error) |
| 343 | // Per-root-chat cost breakdown for a single user within a date range. |
no outgoing calls