Semantic Kernel for Java. Integrate cutting-edge LLM technology quickly and easily into your Java based apps. See https://aka.ms/semantic-kernel.
95
stars
17
forks
source link
Java: Add Support for OpenAI new Structured Outputs. #168
Open
d3r3kk opened 3 months ago
Support for Structured Outputs
As mentioned in the recent blog post from OpenAI.
Now is possible to specify the
response_format
asjson_schema
:This issue is a desired improvement which currently depends on the support being provided by the OpenAI Java SDK.
TODO: Create an issue in OpenAI Java SDK to keep track.
Related to microsoft/semantic-kernel#7951 Related to microsoft/semantic-kernel#7946