KernelFunctionYaml 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.
Factory methods for creating instances.
public static class KernelFunctionYaml
type KernelFunctionYaml = class
Public Class KernelFunctionYaml
- Inheritance
-
KernelFunctionYaml
Methods
FromPromptYaml(String, IPromptTemplateFactory, ILoggerFactory) |
Creates a KernelFunction instance for a prompt function using the specified markdown text. |
ToPromptTemplateConfig(String) |
Convert the given YAML text to a PromptTemplateConfig model. |