Returns the most recent debug runs for a chat, ordered newest-first. Callers must supply an explicit limit to avoid unbounded result sets.
(ctx context.Context, arg GetChatDebugRunsByChatIDParams)
| 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) |
| 366 | GetChatDebugStepsByRunID(ctx context.Context, runID uuid.UUID) ([]ChatDebugStep, error) |
| 367 | GetChatDesktopEnabled(ctx context.Context) (bool, error) |
| 368 | GetChatDiffStatusByChatID(ctx context.Context, chatID uuid.UUID) (ChatDiffStatus, error) |
no outgoing calls