Semantic Kernel Hello World Plugins Part 3
Last week I blogged Part 2 showing the creation of a native function plugin, in this post I want to take that native function a step further and use the OpenAI Function calling. This will allow us to not provide the current date when making the call to get a historic daily fact and have OpenAI call a function to get the current date.
I’ve added the HelloWorld.Plugin3.Console project to the GitHub repo for the code in this blog entry.
Semantic Kernel Plugin: Native Function and OpenAI Function Calling Function calling is also called “external tools”. I mentioned it in Demo Review: Simple RAG using Blazor, SQL Server, Azure OpenAI and Function Calling and how it changes the flow a bit. Instead of calling OpenAI and expecting an answer, we pass a question and in addition we …
Posted by Jason on Tuesday, April 30, 2024