MarkdownKernelExtensions 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.
Class for extensions methods to define functions using prompt markdown format.
public static class MarkdownKernelExtensions
type MarkdownKernelExtensions = class
Public Module MarkdownKernelExtensions
- Inheritance
-
MarkdownKernelExtensions
Methods
CreateFunctionFromMarkdown(Kernel, String, String, IPromptTemplateFactory) |
Creates a KernelFunction instance for a prompt function using the specified markdown text. |