(ctx context.Context)
| 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 |
| 386 | // for deployments created before the explicit include-default toggle. |
| 387 | // When the toggle is unset, a non-empty custom prompt implies false; |
no outgoing calls