Partager via


FunctionCallingStepwisePlanner(FunctionCallingStepwisePlannerOptions) Constructor

Definition

Initialize a new instance of the FunctionCallingStepwisePlanner class.

public FunctionCallingStepwisePlanner (Microsoft.SemanticKernel.Planning.FunctionCallingStepwisePlannerOptions? options = default);
new Microsoft.SemanticKernel.Planning.FunctionCallingStepwisePlanner : Microsoft.SemanticKernel.Planning.FunctionCallingStepwisePlannerOptions -> Microsoft.SemanticKernel.Planning.FunctionCallingStepwisePlanner
Public Sub New (Optional options As FunctionCallingStepwisePlannerOptions = Nothing)

Parameters

options
FunctionCallingStepwisePlannerOptions

The planner options.

Applies to