spring-ai
spring-ai copied to clipboard
Implement Support for JSON_SCHEMA in Azure OpenAI response_format Options
trafficstars
related issue: https://github.com/spring-projects/spring-ai/issues/1854, https://github.com/spring-projects/spring-ai/issues/2725
Currently, only TEXT and JSON_OBJECT options were available, so I have improved it to allow selecting the JSON_SCHEMA option as well.
The implementation was based on OpenAI's option implementations and tests.