AgentCard(String, IEnumerable<AgentCardSkill>) 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 AgentCard.
public AgentCard(string version, System.Collections.Generic.IEnumerable<Azure.AI.Projects.Agents.AgentCardSkill> skills);
new Azure.AI.Projects.Agents.AgentCard : string * seq<Azure.AI.Projects.Agents.AgentCardSkill> -> Azure.AI.Projects.Agents.AgentCard
Public Sub New (version As String, skills As IEnumerable(Of AgentCardSkill))
Parameters
- version
- String
The version of the agent card.
- skills
- IEnumerable<AgentCardSkill>
The set of skills that an agent can perform.
Exceptions
version or skills is null.