Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
rainmakerho opened this issue Dec 28, 2023 · 0 comments

Comments

@rainmakerho
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant