kittycad.api.ai.create_text_to_cad_model_feedback

Functions

asyncio(id, feedback, *, client)

This endpoint requires authentication by any KittyCAD user.

asyncio_detailed(id, feedback, *, client)

rtype:

Response[Optional[Error]]

sync(id, feedback, *, client)

This endpoint requires authentication by any KittyCAD user.

sync_detailed(id, feedback, *, client)

rtype:

Response[Optional[Error]]

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

Response[Optional[Error]]

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

Dict[str, Any]

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

Optional[Error]

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

This endpoint requires authentication by any KittyCAD user. The user must be the owner of the text-to-CAD model, in order to give feedback.

Return type:

Optional[Error]

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

Response[Optional[Error]]

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

This endpoint requires authentication by any KittyCAD user. The user must be the owner of the text-to-CAD model, in order to give feedback.

Return type:

Optional[Error]

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

Response[Optional[Error]]