AggregatingAgentSkillsSource Class
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.
A skill source that aggregates multiple child sources, preserving their registration order.
public sealed class AggregatingAgentSkillsSource : Microsoft.Agents.AI.AgentSkillsSource
type AggregatingAgentSkillsSource = class
inherit AgentSkillsSource
Public NotInheritable Class AggregatingAgentSkillsSource
Inherits AgentSkillsSource
- Inheritance
Remarks
Skills from each child source are returned in the order the sources were registered, with each source's skills appended sequentially. No deduplication or filtering is applied.
Constructors
| Name | Description |
|---|---|
| AggregatingAgentSkillsSource(IEnumerable<AgentSkillsSource>) |
Initializes a new instance of the AggregatingAgentSkillsSource class. |
Methods
| Name | Description |
|---|---|
| Dispose() |
Releases all resources used by this source. (Inherited from AgentSkillsSource) |
| Dispose(Boolean) |
Releases the unmanaged resources used by this source and optionally releases the managed resources. (Inherited from AgentSkillsSource) |
| GetSkillsAsync(AgentSkillsSourceContext, CancellationToken) |
Gets the skills provided by this source. |