Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract ResponseFormat to standalone class #1684

Closed

Conversation

tzolov
Copy link
Contributor

@tzolov tzolov commented Nov 6, 2024

  • Extracts ResponseFormat from being a nested record in OpenAiApi to a dedicated class with builder pattern support.
  • Resolve the issue with constructor bindings for the Boog property binding.
  • Re-enables previously disabled response format integration tests.

Resolves #1681

 - Extracts ResponseFormat from being a nested record in OpenAiApi to
   a dedicated class with builder pattern support.
 - Resolve the issue with constructor bindings for the Boog property
   binding.
 - Re-enables previously disabled response format integration tests.

 Resolves spring-projects#1681
@tzolov tzolov added this to the 1.0.0-M4 milestone Nov 6, 2024
@tzolov
Copy link
Contributor Author

tzolov commented Nov 6, 2024

Also likely resolves #1678 as well

@sobychacko
Copy link
Contributor

This PR has been merged via 83f7164.

@sobychacko sobychacko closed this Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenAI ResponseFormat handling is broken
2 participants