Incorrect package name "Microsoft.SemanticKernel.PromptTemplate.Handlebars"?

Open
#76 0 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
45/100
Issue type
Documentation
Clarity
Needs clarification
Activity status
Stale
Tech stack
csharp
Domain
documentation

Research direction

Open the linked “Using the Handlebars template engine” article and search for the dotnet add package command. Compare the singular and plural package names in the issue against the package used by the example, then update the documentation so the command and example agree. Done means the article contains the valid package name and the command works as documented.

Written by the indexing model from the issue text.

Description

Issue Description

The Using the Handlebars template engine add the Handlebars package dotnet add package Microsoft.SemanticKernel.PromptTemplate.Handlebars --prerelease, but it should be corrected to dotnet add package Microsoft.SemanticKernel.PromptTemplates.Handlebars --prerelease; for proper functionality.

Expected Behavior

The correct package name should be used to ensure the code functions as intended.

Actual Behavior

The current package Microsoft.SemanticKernel.PromptTemplates.Handlebars is incorrect and needs to be updated to Microsoft.SemanticKernel.PromptTemplate.Handlebars.

Reproducibility

Always.

Additional Information

This change is necessary for the code to work correctly. Please update the package name as specified.

Dominant language
Mermaid
Stars
263
Forks
167
Avg merge
3h 2m
Merged PRs (30d)
1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from MicrosoftDocs/semantic-kernel-docs

All issues in MicrosoftDocs/semantic-kernel-docs

Similar issues

More Documentation issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.