kittycad.api.meta.get_openai_schema.asyncio

async kittycad.api.meta.get_openai_schema.asyncio(*, client)[source][source]

This is the same as the OpenAPI schema, BUT it has some modifications to make it compatible with OpenAI. For example, descriptions must be < 300 chars.

Return type:

Union[dict, Error, None]