Hi there! The Java SDK has a hard coded limit of 5 levels of nesting while the [documentation](https://developers.openai.com/api/docs/guides/structured-outputs?example=structured-data#supported-schemas) states that 10 levels are allowed. Is there a reason for that, or can we change it? https://github.com/openai/openai-java/blob/c471d3e28f4b73bfe4fe476c837f667a3029da9d/openai-java-core/src/main/kotlin/com/openai/core/JsonSchemaValidator.kt#L156
Hi there!
The Java SDK has a hard coded limit of 5 levels of nesting while the documentation states that 10 levels are allowed.
Is there a reason for that, or can we change it?
openai-java/openai-java-core/src/main/kotlin/com/openai/core/JsonSchemaValidator.kt
Line 156 in c471d3e