AgentCardSkill interface
model interface AgentCardSkill
属性
| description | 技能描述 |
| examples | 该技能能执行的示例场景列表。 |
| id | 技能的唯一标识符 |
| name | 该技能的名称 |
| tags | 一组描述该技能能力类别的标签词 |
属性详细信息
description
技能描述
description?: string
属性值
string
examples
该技能能执行的示例场景列表。
examples?: string[]
属性值
string[]
id
技能的唯一标识符
id: string
属性值
string
name
该技能的名称
name: string
属性值
string
tags
一组描述该技能能力类别的标签词
tags?: string[]
属性值
string[]