AgentFrameworkFunctionRegistry
NexusLabs.Needlr.AgentFramework¶
NexusLabs.Needlr.AgentFramework.Generated¶
AgentFrameworkFunctionRegistry Class¶
Generated registry for Microsoft Agent Framework function types discovered at compile time.
Pass AllFunctionTypes to
AgentFrameworkSyringeExtensions.AddAgentFunctionsFromGenerated.
Inheritance System.Object 🡒 AgentFrameworkFunctionRegistry
Properties¶
AgentFrameworkFunctionRegistry.AllFunctionTypes Property¶
All types containing methods decorated with [AgentFunction], discovered at compile time.
Property Value¶
System.Collections.Generic.IReadOnlyList<System.Type>
AgentFrameworkFunctionRegistry.Count Property¶
Gets the number of function types discovered at compile time.