kittycad.api.ml.list_ml_prompts.sync

kittycad.api.ml.list_ml_prompts.sync(sort_by, *, client, limit=None, page_token=None)[source][source]

For text-to-cad prompts, this will always return the STEP file contents as well as the format the user originally requested. This endpoint requires authentication by a Zoo employee. The ML prompts are returned in order of creation, with the most recently created ML prompts first.

Return type:

Union[MlPromptResultsPage, Error, None]