Partager via


HandlebarsPlan Class

Definition

Represents a Handlebars plan.

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

Constructors

HandlebarsPlan(String, String)

Initializes a new instance of the HandlebarsPlan class.

Properties

Prompt

Gets the prompt template used to generate the plan.

Methods

InvokeAsync(Kernel, KernelArguments, CancellationToken)

Invokes the Handlebars plan.

ToString()

Print the generated plan, aka handlebars template that was the create plan chat completion result.

Applies to