AgentInMemorySkillsSource 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 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
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. |