AgentInMemorySkillsSource(IEnumerable<AgentSkill>) Constructor

Definition

Initializes a new instance of the AgentInMemorySkillsSource class.

public AgentInMemorySkillsSource(System.Collections.Generic.IEnumerable<Microsoft.Agents.AI.AgentSkill> skills);
new Microsoft.Agents.AI.AgentInMemorySkillsSource : seq<Microsoft.Agents.AI.AgentSkill> -> Microsoft.Agents.AI.AgentInMemorySkillsSource
Public Sub New (skills As IEnumerable(Of AgentSkill))

Parameters

skills
IEnumerable<AgentSkill>

The skills to include in this source.

Applies to