Agent interface
模型接口代理
属性
| agent_card | |
| agent_endpoint | 代理的端点配置 |
| blueprint | 代理人的蓝图 |
| blueprint_reference | 代理人的蓝图 |
| digital_worker_type | (预览)数字工作者类型(之前称为 |
| id | 代理的唯一标识符。 |
| instance_identity | 代理的实例身份 |
| name | 代理的名称。 |
| object | 对象类型,始终为“代理”。 |
| state | 代理人的操作状态。 控制代理端点是否接受或拒绝请求。 |
| state_source | 特工运行状态的来源。 当代理被禁用时,表示禁用状态的来源。 当非来源时则为空。 |
| versions | 代理程序的最新版本。 |
属性详细信息
agent_card
agent_endpoint
blueprint
blueprint_reference
digital_worker_type
(预览)数字工作者类型(之前称为 autopilot)。 如果省略,就不是数字工作者。
digital_worker_type?: "m365"
属性值
"m365"
id
代理的唯一标识符。
id: string
属性值
string
instance_identity
name
代理的名称。
name: string
属性值
string
object
对象类型,始终为“代理”。
object: "agent"
属性值
"agent"
state
state_source
versions
代理程序的最新版本。
versions: { latest: AgentVersion }
属性值
{ latest: AgentVersion }