AgentCardSkill interface

model interface AgentCardSkill

Properties

description

A description of the skill

examples

A list of example scenarios that the skill can perform.

id

a unique identifier for the skill

name

The name of the skill

tags

set of tagwords describing classes of capabilities for the skill

Property Details

description

A description of the skill

description?: string

Property Value

string

examples

A list of example scenarios that the skill can perform.

examples?: string[]

Property Value

string[]

id

a unique identifier for the skill

id: string

Property Value

string

name

The name of the skill

name: string

Property Value

string

tags

set of tagwords describing classes of capabilities for the skill

tags?: string[]

Property Value

string[]