AgentCard(String, IEnumerable<AgentCardSkill>) Constructor

Definition

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.

Applies to