AgentFrameworkFunctionRegistry
NexusLabs.Foundry.MicrosoftAgentFramework¶
NexusLabs.Foundry.MicrosoftAgentFramework.Generated¶
AgentFrameworkFunctionRegistry Class¶
Generated registry for Microsoft Agent Framework function types discovered at compile time.
Pass AllFunctionTypes to
AgentFrameworkBuilderExtensions.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.