Partager via


HandlebarsPlannerOptions(HandlebarsPlan, String, Boolean) Constructor

Definition

Initializes a new instance of the HandlebarsPlannerOptions class.

public HandlebarsPlannerOptions (Microsoft.SemanticKernel.Planning.Handlebars.HandlebarsPlan? lastPlan = default, string? lastError = default, bool allowLoops = true);
new Microsoft.SemanticKernel.Planning.Handlebars.HandlebarsPlannerOptions : Microsoft.SemanticKernel.Planning.Handlebars.HandlebarsPlan * string * bool -> Microsoft.SemanticKernel.Planning.Handlebars.HandlebarsPlannerOptions
Public Sub New (Optional lastPlan As HandlebarsPlan = Nothing, Optional lastError As String = Nothing, Optional allowLoops As Boolean = true)

Parameters

lastPlan
HandlebarsPlan
lastError
String
allowLoops
Boolean

Applies to