GetChatFileMetadataByChatID returns lightweight file metadata for all files linked to a chat. The data column is excluded to avoid loading file content.
(ctx context.Context, chatID uuid.UUID)
| 380 | // all files linked to a chat. The data column is excluded to avoid |
| 381 | // loading file content. |
| 382 | GetChatFileMetadataByChatID(ctx context.Context, chatID uuid.UUID) ([]GetChatFileMetadataByChatIDRow, error) |
| 383 | GetChatFilesByIDs(ctx context.Context, ids []uuid.UUID) ([]ChatFile, error) |
| 384 | GetChatGeneralModelOverride(ctx context.Context) (string, error) |
| 385 | // GetChatIncludeDefaultSystemPrompt preserves the legacy default |
no outgoing calls