GitHub CLI Extension Template
Based on the gei project I created a GitHub CLI extension template project for dotnet/C#. This templates comes with a GitHub Actions workflow for build, test and publish the extension out of the box.
Using Semantic Kernel with multiple services
The builder for the Semantic Kernel (SK) allows to add multiple services to the kernel. I was wondering how the SK knows which service to choose during the runtime. The answer is quite simple.
Continue reading