(ctx context.Context)
| 375 | GetChatDiffStatusSummary(ctx context.Context) (GetChatDiffStatusSummaryRow, error) |
| 376 | GetChatDiffStatusesByChatIDs(ctx context.Context, chatIds []uuid.UUID) ([]ChatDiffStatus, error) |
| 377 | GetChatExploreModelOverride(ctx context.Context) (string, error) |
| 378 | GetChatFileByID(ctx context.Context, id uuid.UUID) (ChatFile, error) |
| 379 | // GetChatFileMetadataByChatID returns lightweight file metadata for |
| 380 | // all files linked to a chat. The data column is excluded to avoid |
no outgoing calls