HandlebarsPlan 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.
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. |