CheckPoints in Microsoft Agent Workflow
Imagine you have a Microsoft Agent Workflow that continuously processes a high-volume stream of incoming data. The data flows through multiple executors responsible for validation, summarization and d

Search for a command to run...
Articles tagged with #generative-ai
Imagine you have a Microsoft Agent Workflow that continuously processes a high-volume stream of incoming data. The data flows through multiple executors responsible for validation, summarization and d

My previous article explored how to leverage Dependency Injection (DI) for function calling. However, that approach was limited because of its ability to execute a single function per request with no

This is a part 2 article of the Liquid format for Semantic Kernel Prompts. In part 1 we delved into the basic building blocks of how liquid template can be organized for rich and user friendly respons

This article will focus only defining the pieces of the Liquid Prompt template and how different components fit in context with the example in an earlier article. My earlier article focused on generat

In this blog post, we will explore two interesting approaches for integrating C# native functions with Semantic Kernel. Let’s assume you have a C# function called HelloUserand this function takes the

Edit (2/26/2026) : Please note that IChatCompletionService interface works only till Semantic Kernel version 1.70.0.For versions above that, you will have to use IchatClient interface from Microsoft.E
