IPromptTemplate Interface
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 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 |