AggregatingAgentSkillsSource Class

Definition

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
AggregatingAgentSkillsSource

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.

Applies to