FunctionCallingStepwisePlanner Class
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.
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 |