Showing results for Tag: Plugin from Semantic Kernel

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
May 21, 2024
0
0

Semantic Kernel Time Plugin with Python

Sophia Lagerkrans-Pandey Evan Mattson Eduard van Valkenburg
Sophia,
Evan,
Eduard

We are excited to showcase a Semantic Kernel sample across all 3 languages: .NET, Python and Java! Today we’re going to dive into the Python version of the TimePlugin sample which is featured here. Prerequisites for the Azure OpenAI key or OpenAI key: As covered in our Python README.md or DEV_SETUP.md, Python leverages Pydantic settings. This...

Semantic Kernel
May 20, 2024
0
0

Use Semantic Kernel to create a Restaurant Bookings Sample with .NET

Sophia Lagerkrans-Pandey Roger Barreto
Sophia,
Roger

Hi all, With Microsoft Build approaching, we wanted to share some walk throughs and samples of Semantic Kernel. Today we're going to dive into a Restaurant booking sample to showcase multiple features of Semantic Kernel. This sample provides a practical demonstration of how to leverage features from the Semantic Kernel to build a console appl...

Semantic KernelSamples
Apr 23, 2024
0
1

Making Plans with Semantic Kernel: Implementing the Microsoft Graph Plugin

Sophia Lagerkrans-Pandey José Luis Latorre Millás
Sophia,
José

Hi all, Today we’re featuring a guest author on our Semantic Kernel blog, José Luis Latorre Millás, an MVP for Microsoft focused on AI. We will turn it over to Jose to dive into Making Plans with Semantic Kernel - Implementing the Microsoft Graph Plugin. "Welcome back – I’m continuing where we left off in part 1 here. We ended part 1 with our...

Semantic KernelCustomer Story