chore: made generate_image more agnostic

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-02-05 17:18:27 -08:00
parent 19e2857343
commit f85adefe5e
15 changed files with 176 additions and 112 deletions

View file

@ -113,10 +113,12 @@ __all__ = [
"DriveItem",
"ExtensionDocumentContent",
"ExtensionDocumentMetadata",
"GlobalImageGenConfigRead",
"GlobalNewLLMConfigRead",
"GoogleDriveIndexRequest",
"GoogleDriveIndexingOptions",
"GlobalImageGenConfigRead",
# Base schemas
"IDModel",
# Image Generation Config schemas
"ImageGenerationConfigCreate",
"ImageGenerationConfigPublic",
@ -126,8 +128,6 @@ __all__ = [
"ImageGenerationCreate",
"ImageGenerationListRead",
"ImageGenerationRead",
# Base schemas
"IDModel",
# RBAC schemas
"InviteAcceptRequest",
"InviteAcceptResponse",