Menu

Semantic Kernel Function Calling

About a year ago I first explored Semantic Kernel, a tool for orchestrating AI services. I tested the planner capability for executing a sequence of actions based on a natural language prompt. The idea was to create a workflow that fetches some data...

Boost your .NET minimal APIs

Minimal APIs in .NET offer a wide range of benefits for streamlining the development process compared to the traditional controller based api development model. The minimal approach let's you focus on the business logic rather than worrying too much about the boilerplate setup.

Exploring Semantic Kernel

We have come to learn during the past months that AI-powered LLM(large language model)'s are good at generating text based on user input. We quickly discovered...