feat: move unified generation to background worker
This commit is contained in:
@@ -117,9 +117,9 @@ class StorybookResponse(StoryStatusMixin):
|
||||
class GenerationResponse(StoryStatusMixin):
|
||||
"""Unified generation response for the target workflow API."""
|
||||
|
||||
id: int
|
||||
id: int | None = None
|
||||
generation_job_id: str | None = None
|
||||
title: str
|
||||
title: str | None = None
|
||||
mode: str
|
||||
story_text: str | None = None
|
||||
pages: list[StorybookPageResponse] | None = None
|
||||
|
||||
Reference in New Issue
Block a user