AgentInMemorySkillsSource Class

Definition

A skill source that holds AgentSkill instances in memory.

public sealed class AgentInMemorySkillsSource : Microsoft.Agents.AI.AgentSkillsSource
type AgentInMemorySkillsSource = class
    inherit AgentSkillsSource
Public NotInheritable Class AgentInMemorySkillsSource
Inherits AgentSkillsSource
Inheritance
AgentInMemorySkillsSource

Constructors

Name Description
AgentInMemorySkillsSource(IEnumerable<AgentSkill>)

Initializes a new instance of the AgentInMemorySkillsSource 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