(ctx context.Context, id uuid.UUID)
| 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. |
| 365 | GetChatDebugRunsByChatID(ctx context.Context, arg GetChatDebugRunsByChatIDParams) ([]ChatDebugRun, error) |
no outgoing calls