Aug 22, 2024
Post comments count0
Post likes count2
Diving into Function Calling and its JSON Schema in Semantic Kernel Python

One of the most exciting features available in certain Large Language Models (LLMs) is function-calling. In Semantic Kernel, we handle the heavy lifting so that you can bring your own code or utilize built-in plugins that cater to your use case. Our goal is to make it easy for you to incorporate function calling into your application. Today, we'll ...