AgentCard Class
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.
The AgentCard.
public class AgentCard : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.AgentCard>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.AgentCard>
type AgentCard = class
interface IJsonModel<AgentCard>
interface IPersistableModel<AgentCard>
Public Class AgentCard
Implements IJsonModel(Of AgentCard), IPersistableModel(Of AgentCard)
- Inheritance
-
AgentCard
- Implements
Constructors
| Name | Description |
|---|---|
| AgentCard(String, IEnumerable<AgentCardSkill>) |
Initializes a new instance of AgentCard. |
Properties
| Name | Description |
|---|---|
| Description |
The description of the agent card. |
| Skills |
The set of skills that an agent can perform. |
| Version |
The version of the agent card. |