Update api spec (#378)
* 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:
committed by
GitHub
parent
f61c4b304c
commit
17c78d3b63
@ -8,8 +8,12 @@ from ..models.source_range_prompt import SourceRangePrompt
|
||||
class TextToCadIterationBody(BaseModel):
|
||||
"""Body for generating models from text."""
|
||||
|
||||
kcl_version: Optional[str] = None
|
||||
|
||||
original_source_code: str
|
||||
|
||||
project_name: Optional[str] = None
|
||||
|
||||
prompt: Optional[str] = None
|
||||
|
||||
source_ranges: List[SourceRangePrompt]
|
||||
|
Reference in New Issue
Block a user