Skip to content

AIAgentBuilderPluginOptions

NexusLabs.Needlr.AgentFramework

NexusLabs.Needlr.AgentFramework

AIAgentBuilderPluginOptions Class

Options passed to Configure(AIAgentBuilderPluginOptions) to allow plugins to participate in agent-builder configuration.

public sealed class AIAgentBuilderPluginOptions

Inheritance System.Object 🡒 AIAgentBuilderPluginOptions

Properties

AIAgentBuilderPluginOptions.AgentBuilder Property

Gets the Microsoft.Agents.AI.AIAgentBuilder being configured.

public Microsoft.Agents.AI.AIAgentBuilder AgentBuilder { get; init; }

Property Value

Microsoft.Agents.AI.AIAgentBuilder