AgentSkillsProviderBuilder.DisableCaching 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.
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.