(ctx context.Context, id uuid.UUID)
| 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 |
| 381 | // loading file content. |
no outgoing calls