AgentSkillsProviderBuilder.UseCachingOptions Method

Definition

Configures skill caching behavior.

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

Parameters

configure
Action<CachingAgentSkillsSourceOptions>

A delegate to configure caching options.

Returns

This builder instance for chaining.

Applies to