kittycad.api.ai.get_ai_prompt

Functions

asyncio(id, *, client)

This endpoint requires authentication by a KittyCAD employee.

asyncio_detailed(id, *, client)

rtype:

Response[Union[AiPrompt, Error, None]]

sync(id, *, client)

This endpoint requires authentication by a KittyCAD employee.

sync_detailed(id, *, client)

rtype:

Response[Union[AiPrompt, Error, None]]

kittycad.api.ai.get_ai_prompt._build_response(*, response)[source][source]
Return type:

Response[Union[AiPrompt, Error, None]]

kittycad.api.ai.get_ai_prompt._get_kwargs(id, *, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.ai.get_ai_prompt._parse_response(*, response)[source][source]
Return type:

Union[AiPrompt, Error, None]

async kittycad.api.ai.get_ai_prompt.asyncio(id, *, client)[source][source]

This endpoint requires authentication by a KittyCAD employee.

Return type:

Union[AiPrompt, Error, None]

async kittycad.api.ai.get_ai_prompt.asyncio_detailed(id, *, client)[source][source]
Return type:

Response[Union[AiPrompt, Error, None]]

kittycad.api.ai.get_ai_prompt.sync(id, *, client)[source][source]

This endpoint requires authentication by a KittyCAD employee.

Return type:

Union[AiPrompt, Error, None]

kittycad.api.ai.get_ai_prompt.sync_detailed(id, *, client)[source][source]
Return type:

Response[Union[AiPrompt, Error, None]]