AgentSkillsProviderBuilder.DisableCaching Method

Definition

Disables caching of the resolved skill list. By default, skills are fetched once and cached; calling this method causes the source pipeline to be invoked on every request.

public Microsoft.Agents.AI.AgentSkillsProviderBuilder DisableCaching();
member this.DisableCaching : unit -> Microsoft.Agents.AI.AgentSkillsProviderBuilder
Public Function DisableCaching () As AgentSkillsProviderBuilder

Returns

This builder instance for chaining.

Applies to