Sophia Lagerkrans-Pandey

Post by this author

Introducing API Manifest Plugins for Semantic Kernel

Hi all, Today we’re featuring a guest author from another team in Microsoft on our Semantic Kernel blog. We will turn it over to Mustafa Zengin to dive into Introducing API Manifest Plugins for Semantic Kernel. Semantic Kernel allows developers to import plugins from OpenAPI documents. For large APIs, such as Microsoft Graph, ...

Unit Testing with Semantic Kernel

Hi all, Testing is an integral part of the software development process. Unit testing allows to test your functionality in isolation. This usually means that instead of performing real work (e.g. sending HTTP request to LLM), it needs to be replaced with something that only simulates the work and return some predefined result, which will be...

Protecting against Prompt Injection Attacks in Chat Prompts

Semantic Kernel allows prompts to be automatically converted to ChatHistory instances. Developers can create prompts which include <message> tags and these will be parsed (using an XML parser) and converted into instances of ChatMessageContent. See mapping of prompt syntax to completion service model for more information. Currently ...

Making Plans with Semantic Kernel: Implementing the Microsoft Graph Plugin

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

Semantic Kernel Office Hours Recordings

Microsoft Semantic Kernel Office Hour Recordings We are excited to update you on our new location for all Semantic Kernel Office Hours Recordings here: Semantic Kernel Office Hours - YouTube. Recordings from our Semantic Kernel Office Hours will be posted here one week after the session: Semantic Kernel Office Hours - YouTube (image) ...

Using Handlebars Planner in Semantic Kernel

We are excited to dive into the Handlebars Planner, a powerful tool for creating customized plans. This comprehensive guide will provide you with a thorough understanding on how to create your own plans using the Handlebars Planner and explain some of the planner options you can customize, such as providing additional information when ...

Customer Case Study: Cognizant & Microsoft Collaborate to Power Healthcare with Generative AI

Cognizant and Microsoft Collaborate to Power the Future of Healthcare Administration with Generative AI Check out the entire Cognizant customer story here discussing how they use Microsoft and Semantic Kernel. Cognizant and Microsoft are collaborating to infuse generative AI into healthcare administration. This new, groundbreaking ...

Customer Case Study: DataStax and Semantic Kernel

Today we’ll dive into a customer case study from Datastax and their recent press release and announcement on the DataStax and Microsoft collaboration on RAG capabilities on DataStax Astra DB Thanks again to the DataStax team for their amazing partnership! Microsoft and DataStax Simplify Building AI Agents with Legacy Apps and Data In ...

Making Plans with Semantic Kernel: Setting Up & Authentication

Hello 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 - Setting Up & Authentication. Extending the Reach of the Model Plugins serve as powerful tools that enable us to...

Learning Paths for Semantic Kernel

We are excited to highlight new learning content released focused on Semantic Kernel. .NET Conf Student Zone - Explore AI On the .NET Conf Student Zone you can learn in a beginner-friendly virtual event where you’ll learn how to build projects using C# and .NET. In the Explore AI dedicated section, shown below, you can learn ...