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
172 stars 100 forks source link

Error when using Semantic Kernel Plugin #86

Open YashTrivedi21 opened 4 months ago

YashTrivedi21 commented 4 months ago

I am trying to run and check the sample codebase provided by the semantic Kernel repo in samples\dotnet\14-Create-ChatGPT-Plugin. I tried running their sk-chatgpt-azure-functions project but it threw an error related to semantic-functions-generator. As seen in the image below, that project can't be loaded due to some reason, I tried reloading multiple times. Picture1

So I tried to add it manually and create the same folder structure and code as was given on their Github page. Then I tried running the code which is used to test this plugin, but there I got this error while running: Picture2

Not sure what the error means since I couldn't find anything related to this online. Any help would be appreciated. Thanks!