This commit is contained in:
xds
2026-02-06 19:01:46 +03:00
parent eeea0f5b8f
commit fd1b023e7d
6 changed files with 3 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ class GenerationResponse(BaseModel):
prompt: str
tech_prompt: Optional[str] = None
assets_list: List[str]
result_list: List[str] = []
result: Optional[str] = None
execution_time_seconds: Optional[float] = None
api_execution_time_seconds: Optional[float] = None