Describe the solution you'd like
It would be awesome if we had a clean DSL to easily generate the json schema objects. I tried to use EasyTalk, but it results in incredibly ugly code.
Additional context
What are some recommended solutions for this?
The Python and JS clients both have beautiful and easy ways of doing this (pydantic and zod)
Is your feature request related to a problem? Please describe. Anyone had any luck supporting structure output?
https://platform.openai.com/docs/guides/structured-outputs/introduction
Describe the solution you'd like It would be awesome if we had a clean DSL to easily generate the json schema objects. I tried to use EasyTalk, but it results in incredibly ugly code.
Additional context What are some recommended solutions for this?
The Python and JS clients both have beautiful and easy ways of doing this (pydantic and zod)