Chat debug run retention window in days. 0 disables.
(ctx context.Context, defaultDebugRetentionDays int32)
| 359 | GetChatDebugLoggingAllowUsers(ctx context.Context) (bool, error) |
| 360 | // Chat debug run retention window in days. 0 disables. |
| 361 | GetChatDebugRetentionDays(ctx context.Context, defaultDebugRetentionDays int32) (int32, error) |
| 362 | GetChatDebugRunByID(ctx context.Context, id uuid.UUID) (ChatDebugRun, error) |
| 363 | // Returns the most recent debug runs for a chat, ordered newest-first. |
| 364 | // Callers must supply an explicit limit to avoid unbounded result sets. |
no outgoing calls