CachingAgentSkillsSource Constructor
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.
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.