spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

Implement Support for JSON_SCHEMA in Azure OpenAI response_format Options

Open dev-jonghoonpark opened this issue 7 months ago • 0 comments
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.

dev-jonghoonpark avatar Apr 15 '25 18:04 dev-jonghoonpark