Update api spec (#437)
* 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
9b8fab62c6
commit
6b0cc4a2b1
File diff suppressed because it is too large
Load Diff
@ -6,10 +6,10 @@ class ZooTool(str, Enum):
|
|||||||
|
|
||||||
"""# The modeling app. """ # noqa: E501
|
"""# The modeling app. """ # noqa: E501
|
||||||
MODELING_APP = "modeling_app"
|
MODELING_APP = "modeling_app"
|
||||||
"""# The Text-to-CAD UI. """ # noqa: E501
|
|
||||||
TEXT_TO_CAD = "text_to_cad"
|
|
||||||
"""# The Diff Chrome Extension. """ # noqa: E501
|
"""# The Diff Chrome Extension. """ # noqa: E501
|
||||||
DIFF_CHROME_EXTENSION = "diff_chrome_extension"
|
DIFF_CHROME_EXTENSION = "diff_chrome_extension"
|
||||||
|
"""# The Text-to-CAD UI. """ # noqa: E501
|
||||||
|
TEXT_TO_CAD = "text_to_cad"
|
||||||
|
|
||||||
def __str__(self) -> str:
|
def __str__(self) -> str:
|
||||||
return str(self.value)
|
return str(self.value)
|
||||||
|
14
spec.json
14
spec.json
@ -37722,19 +37722,19 @@
|
|||||||
"modeling_app"
|
"modeling_app"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"description": "The Text-to-CAD UI.",
|
|
||||||
"type": "string",
|
|
||||||
"enum": [
|
|
||||||
"text_to_cad"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"description": "The Diff Chrome Extension.",
|
"description": "The Diff Chrome Extension.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
"diff_chrome_extension"
|
"diff_chrome_extension"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "The Text-to-CAD UI.",
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"text_to_cad"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user