Auto-archive window in days. 0 disables.
(ctx context.Context, defaultAutoArchiveDays int32)
| 337 | GetChatAdvisorConfig(ctx context.Context) (string, error) |
| 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) |
no outgoing calls