CachingAgentSkillsSource Constructor

Definition

Initializes a new instance of the CachingAgentSkillsSource class.

public CachingAgentSkillsSource(Microsoft.Agents.AI.AgentSkillsSource innerSource, Microsoft.Agents.AI.CachingAgentSkillsSourceOptions? options = default);
new Microsoft.Agents.AI.CachingAgentSkillsSource : Microsoft.Agents.AI.AgentSkillsSource * Microsoft.Agents.AI.CachingAgentSkillsSourceOptions -> Microsoft.Agents.AI.CachingAgentSkillsSource
Public Sub New (innerSource As AgentSkillsSource, Optional options As CachingAgentSkillsSourceOptions = Nothing)

Parameters

innerSource
AgentSkillsSource

The inner source whose results will be cached.

options
CachingAgentSkillsSourceOptions

Optional cache configuration.

Applies to