kittycad.api.ai.list_ai_prompts.asyncio

async kittycad.api.ai.list_ai_prompts.asyncio(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 KittyCAD employee. The AI prompts are returned in order of creation, with the most recently created AI prompts first.

Return type:

Union[AiPromptResultsPage, Error, None]