DelegatingAgentSkillsSource(AgentSkillsSource) 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 DelegatingAgentSkillsSource class with the specified inner source.
protected DelegatingAgentSkillsSource(Microsoft.Agents.AI.AgentSkillsSource innerSource);
new Microsoft.Agents.AI.DelegatingAgentSkillsSource : Microsoft.Agents.AI.AgentSkillsSource -> Microsoft.Agents.AI.DelegatingAgentSkillsSource
Protected Sub New (innerSource As AgentSkillsSource)
Parameters
- innerSource
- AgentSkillsSource
The underlying skill source that will handle the core operations.