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