AgentKernelFunctionFactory 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 implementations of KernelFunction backed by an Agent.
public static class AgentKernelFunctionFactory
type AgentKernelFunctionFactory = class
Public Class AgentKernelFunctionFactory
- Inheritance
-
AgentKernelFunctionFactory
Methods
CreateFromAgent(Agent, String, String, IEnumerable<KernelParameterMetadata>, ILoggerFactory) |
Creates a KernelFunction that will invoke the provided Agent. |