Partager via


FunctionCallingStepwisePlanner Class

Definition

A planner that uses OpenAI function calling in a stepwise manner to fulfill a user goal or question.

public sealed class FunctionCallingStepwisePlanner
type FunctionCallingStepwisePlanner = class
Public NotInheritable Class FunctionCallingStepwisePlanner
Inheritance
FunctionCallingStepwisePlanner

Constructors

FunctionCallingStepwisePlanner(FunctionCallingStepwisePlannerOptions)

Initialize a new instance of the FunctionCallingStepwisePlanner class.

Methods

ExecuteAsync(Kernel, String, ChatHistory, CancellationToken)

Execute a plan

Applies to