KernelFunctionMetadataFactory 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 factory methods for creating collections of KernelFunctionMetadata, such as those backed by a prompt to be submitted to an LLM or those backed by a .NET method.
public static class KernelFunctionMetadataFactory
type KernelFunctionMetadataFactory = class
Public Class KernelFunctionMetadataFactory
- Inheritance
-
KernelFunctionMetadataFactory
Methods
| CreateFromType(Type, ILoggerFactory) |
Creates a KernelFunctionMetadata enumeration for a method, specified via an MethodInfo instance. |
| CreateFromType(Type, JsonSerializerOptions, ILoggerFactory) |
Creates a KernelFunctionMetadata enumeration for a method, specified via an MethodInfo instance. |