Skip to content

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

@rainmakerho

Description

@rainmakerho

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions