AgentInMemorySkillsSource(IEnumerable<AgentSkill>) Constructor
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.
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.