PromptyKernelExtensions 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.
Provides extension methods for creating KernelFunctions from the Prompty template format.
public static class PromptyKernelExtensions
type PromptyKernelExtensions = class
Public Module PromptyKernelExtensions
- Inheritance
-
PromptyKernelExtensions
Methods
CreateFunctionFromPrompty(Kernel, String, IPromptTemplateFactory) |
Create a KernelFunction from a prompty template. |
CreateFunctionFromPromptyFile(Kernel, IFileInfo, IPromptTemplateFactory) |
Create a KernelFunction from a prompty template file. |
CreateFunctionFromPromptyFile(Kernel, String, IFileProvider, IPromptTemplateFactory) |
Create a KernelFunction from a prompty template file. |
CreateFunctionFromPromptyFile(Kernel, String, IPromptTemplateFactory) |
Create a KernelFunction from a prompty template file. |