MicrosoftDocs / semantic-kernel-docs

Semantic Kernel (SK) is a lightweight SDK enabling integration of AI Large Language Models (LLMs) with conventional programming languages.
MIT License
173 stars 100 forks source link

Samples don't copy the plugins folder during build #37

Open crazyfox55 opened 10 months ago

crazyfox55 commented 10 months ago

https://github.com/MicrosoftDocs/semantic-kernel-docs/blob/9f93fdd5fcf114d2ed270beda504689f339b1975/samples/dotnet/03-Chaining-Functions/03-Chaining-Functions.csproj#L24-L26

This folder used to be called skills and has been renamed to plugins, however the project file still looks for the old skills folder. This should be changed to "plugins" such that they get copied like they used to.

This is probably true for all of the sample projects.