ProjectsAgentsModelFactory.AgentCard Method

Definition

The AgentCard.

public static Azure.AI.Projects.Agents.AgentCard AgentCard(string version = default, string description = default, System.Collections.Generic.IEnumerable<Azure.AI.Projects.Agents.AgentCardSkill> skills = default);
static member AgentCard : string * string * seq<Azure.AI.Projects.Agents.AgentCardSkill> -> Azure.AI.Projects.Agents.AgentCard
Public Shared Function AgentCard (Optional version As String = Nothing, Optional description As String = Nothing, Optional skills As IEnumerable(Of AgentCardSkill) = Nothing) As AgentCard

Parameters

version
String

The version of the agent card.

description
String

The description of the agent card.

skills
IEnumerable<AgentCardSkill>

The set of skills that an agent can perform.

Returns

A new AgentCard instance for mocking.

Applies to