次の方法で共有


HandlebarsPlan(String, String) Constructor

Definition

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.

Applies to