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

Wrong package name for "HandleBars" #107

Open DivijD012 opened 1 month ago

DivijD012 commented 1 month ago

In the Prompt Engineering Section, under the Templatizing your Prompt subsection, a command snippet is provided for adding the Handlebars package.

The command snippet given is: dotnet add package Microsoft.SemanticKernel.PromptTemplate.Handlebars --prerelease

which is wrong, the correct snippet should be: dotnet add package Microsoft.SemanticKernel.PromptTemplates.Handlebars --prerelease