Oct 1, 2024
Post comments count2
Post likes count4
Using JSON Schema for Structured Output in .NET for OpenAI Models


Sophia,
Dmytro
In one of the previous posts, we demonstrated how to use JSON Schema to get Structured Output with OpenAI and Python version of Semantic Kernel: Using JSON Schema for Structured Output in Python for OpenAI Models. In this post, we will explore how to implement a JSON Schema-based structured output using .NET version of Semantic Kernel. For mo...