ai-for-java / openai4j

Java client library for OpenAI API
Apache License 2.0
85 stars 35 forks source link

Support anyOf in JSON schema #45

Closed MarekSvatos closed 6 days ago

MarekSvatos commented 1 week ago

OpenAI supports anyOf specification in json schema while using structured outputs.

JsonAnyOfSchema was added as a new implementation of JsonSchemaElement