Structured Output in C# – JSON Schema with Semantic Kernel and Azure AI Foundry
LLM models like GPT-4o are great when we want to generate unstructured data like essay, or poem. We can simply send the prompt, and retrieve the text from LLM and…
LLM models like GPT-4o are great when we want to generate unstructured data like essay, or poem. We can simply send the prompt, and retrieve the text from LLM and…
In this article I will show you how to implement function calling in C# language. Function calling is extremely important in building AI applications because it allows your app to…