你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Agent interface

模型接口代理

属性

agent_card
agent_endpoint

代理的端点配置

blueprint

代理人的蓝图

blueprint_reference

代理人的蓝图

digital_worker_type

(预览)数字工作者类型(之前称为 autopilot)。 如果省略,就不是数字工作者。

id

代理的唯一标识符。

instance_identity

代理的实例身份

name

代理的名称。

object

对象类型,始终为“代理”。

state

代理人的操作状态。 控制代理端点是否接受或拒绝请求。

state_source

特工运行状态的来源。 当代理被禁用时,表示禁用状态的来源。 当非来源时则为空。

versions

代理程序的最新版本。

属性详细信息

agent_card

agent_card?: AgentCard

属性值

agent_endpoint

代理的端点配置

agent_endpoint?: AgentEndpointConfig

属性值

blueprint

代理人的蓝图

blueprint?: AgentIdentity

属性值

blueprint_reference

代理人的蓝图

blueprint_reference?: AgentBlueprintReferenceUnion

属性值

digital_worker_type

(预览)数字工作者类型(之前称为 autopilot)。 如果省略,就不是数字工作者。

digital_worker_type?: "m365"

属性值

"m365"

id

代理的唯一标识符。

id: string

属性值

string

instance_identity

代理的实例身份

instance_identity?: AgentIdentity

属性值

name

代理的名称。

name: string

属性值

string

object

对象类型,始终为“代理”。

object: "agent"

属性值

"agent"

state

代理人的操作状态。 控制代理端点是否接受或拒绝请求。

state: AgentState

属性值

state_source

特工运行状态的来源。 当代理被禁用时,表示禁用状态的来源。 当非来源时则为空。

state_source?: AgentStateSource

属性值

versions

代理程序的最新版本。

versions: { latest: AgentVersion }

属性值

{ latest: AgentVersion }