From the course: Azure OpenAI in .NET

Unlock the full course today

Join today to access over 24,200 courses taught by industry experts.

Semantic Kernel: Planner

Semantic Kernel: Planner - .NET Tutorial

From the course: Azure OpenAI in .NET

Semantic Kernel: Planner

- [Instructor] Another concept, or you could also say another functionality of semantic kernel, which I would like to present in the context of this training is the so-called planner. But what exactly does planner do? Let's look at this in an overview. We are starting again with our C Sharp application, and as we've already seen in the previous videos, semantic kernel abstracts the communication with external systems or services such as Azure OpenAI, or vector databases via the concept of connectors. Both native and semantic functions can be registered in semantic kernel, which semantic kernel can then execute accordingly. And this is where, from my perspective, it gets very interesting. In the previous videos, we've seen me perform these functions in a certain order in source code. This means that I as a developer, have defined in the source code which functions should be executed. And I have determined the order of…

Contents