AggregatingAgentSkillsSource(IEnumerable<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 AggregatingAgentSkillsSource class.
public AggregatingAgentSkillsSource(System.Collections.Generic.IEnumerable<Microsoft.Agents.AI.AgentSkillsSource> sources);
new Microsoft.Agents.AI.AggregatingAgentSkillsSource : seq<Microsoft.Agents.AI.AgentSkillsSource> -> Microsoft.Agents.AI.AggregatingAgentSkillsSource
Public Sub New (sources As IEnumerable(Of AgentSkillsSource))
Parameters
- sources
- IEnumerable<AgentSkillsSource>
The child sources to aggregate.