AggregatingAgentSkillsSource(IEnumerable<AgentSkillsSource>) Constructor

Definition

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.

Applies to