Showing results for Tag: JSON schema from Semantic Kernel

Sep 26, 2024
0
0

Using JSON Schema for Structured Output in Python for OpenAI Models

Evan Mattson
Evan Mattson

In working with AI applications, ensuring that the output generated by a language model is structured and follows a consistent format is critical—especially when handling complex tasks like solving math problems. A powerful way to achieve this is through the use of JSON Schema, which allows the AI model to produce outputs that align with a ...

Semantic KernelPython
Aug 22, 2024
0
2

Diving into Function Calling and its JSON Schema in Semantic Kernel Python

Evan Mattson
Evan Mattson

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 ...

Semantic KernelPython