AgentSkillsProviderBuilder.UseOptions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.