AgentSkillsProviderBuilder.UseOptions Method

Definition

Configures the AgentSkillsProviderOptions using the provided delegate.

public Microsoft.Agents.AI.AgentSkillsProviderBuilder UseOptions(Action<Microsoft.Agents.AI.AgentSkillsProviderOptions> configure);
member this.UseOptions : Action<Microsoft.Agents.AI.AgentSkillsProviderOptions> -> Microsoft.Agents.AI.AgentSkillsProviderBuilder
Public Function UseOptions (configure As Action(Of AgentSkillsProviderOptions)) As AgentSkillsProviderBuilder

Parameters

configure
Action<AgentSkillsProviderOptions>

A delegate to configure the options.

Returns

This builder instance for chaining.

Applies to