HandlebarsPlan(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the HandlebarsPlan class.
public HandlebarsPlan (string generatedPlan, string? createPlanPromptTemplate = default);
new Microsoft.SemanticKernel.Planning.Handlebars.HandlebarsPlan : string * string -> Microsoft.SemanticKernel.Planning.Handlebars.HandlebarsPlan
Public Sub New (generatedPlan As String, Optional createPlanPromptTemplate As String = Nothing)
Parameters
- generatedPlan
- String
A Handlebars template representing the generated plan.
- createPlanPromptTemplate
- String
Prompt template used to generate the plan.