dvcrn / ex_openai

Auto-generated Elixir SDK for OpenAI APIs with full typespecs, docs and streaming support
MIT License
71 stars 27 forks source link

Add support for oneOf components #11

Closed dvcrn closed 8 months ago

dvcrn commented 8 months ago

With the latest docs changes, components can now just link to other components instead of having properties themselves. Add a new "kind" field to components to show whether they are a :component, or a :oneOf

References #10