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:
zoo-github-actions-auth[bot]
2025-05-15 00:25:49 -07:00
committed by GitHub
parent 9b8fab62c6
commit 6b0cc4a2b1
3 changed files with 761 additions and 761 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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)

View File

@ -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"
]
} }
] ]
}, },