Is there a way to use OpenAI Structured Outputs with the latest langchain4j version?
https://openai.com/index/introducing-structured-outputs-in-the-api/
I know it is very recent API change, but maybe there is a way to add custom parameters to OpenAiChatModel that I can’t find. Specifically, I want to use the response_format parameter, so that the response is in trusted JSON.