Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2024-08-09 17:16:09 -07:00
parent 9cbda88fcc
commit 108e3e2284
11 changed files with 940 additions and 892 deletions

View File

@ -547,6 +547,7 @@ def test_text_to_cad():
body=TextToCadCreateBody(
prompt="a 2x4 lego",
),
kcl=None,
)
if isinstance(result, Error) or result is None: