Share via


IPromptTemplate Interface

Definition

Represents a prompt template that can be rendered to a string.

public interface IPromptTemplate
type IPromptTemplate = interface
Public Interface IPromptTemplate

Methods

RenderAsync(Kernel, KernelArguments, CancellationToken)

Renders the template using the supplied kernel and arguments.

Applies to