AgentCard interface
model interface AgentCard
Properties
| description | The description of the agent card. |
| skills | The set of skills that an agent can perform. |
| version | The version of the agent card. |
Property Details
description
The description of the agent card.
description?: string
Property Value
string
skills
The set of skills that an agent can perform.
skills: AgentCardSkill[]
Property Value
version
The version of the agent card.
version: string
Property Value
string