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

Agent interface

模型接口代理

属性

agent_card
agent_endpoint

代理的端点配置

blueprint

代理人的蓝图

blueprint_reference

代理人的蓝图

id

代理的唯一标识符。

instance_identity

代理的实例身份

name

代理的名称。

object

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

versions

代理程序的最新版本。

属性详细信息

agent_card

agent_card?: AgentCard

属性值

agent_endpoint

代理的端点配置

agent_endpoint?: AgentEndpoint

属性值

blueprint

代理人的蓝图

blueprint?: AgentIdentity

属性值

blueprint_reference

代理人的蓝图

blueprint_reference?: AgentBlueprintReferenceUnion

属性值

id

代理的唯一标识符。

id: string

属性值

string

instance_identity

代理的实例身份

instance_identity?: AgentIdentity

属性值

name

代理的名称。

name: string

属性值

string

object

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

object: "agent"

属性值

"agent"

versions

代理程序的最新版本。

versions: { latest: AgentVersion }

属性值

{ latest: AgentVersion }