AgentKernelFunctionFactory Class

Definition

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

Name Description
CreateFromAgent(Agent, String, String, IEnumerable<KernelParameterMetadata>, ILoggerFactory)

Creates a KernelFunction that will invoke the provided Agent.

Applies to