(ctx context.Context, chatIds []uuid.UUID)
| 374 | // intentionally excluded from these aggregates. |
| 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 |
no outgoing calls