Update api spec (#406)

* YOYO NEW API SPEC!

* I have generated the latest API!

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
zoo-github-actions-auth[bot]
2025-03-31 17:14:58 -07:00
committed by GitHub
parent 7663ef0a1a
commit ebcc2ff650
4 changed files with 1064 additions and 1036 deletions

View File

@ -305,12 +305,16 @@ class OptionTextToCadMultiFileIteration(BaseModel):
id: Uuid
kcl_version: Optional[str] = None
model: TextToCadModel
model_version: str
outputs: Optional[Dict[str, str]] = None
project_name: Optional[str] = None
prompt: Optional[str] = None
source_ranges: List[SourceRangePrompt]