HandlebarsPlannerOptions(HandlebarsPlan, String, Boolean) 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 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