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

NamespaceToolParam interface

在共享命名空间下组功能/自定义工具。

扩展

属性

description

向模型展示的命名空间描述。

name

工具调用中使用的命名空间名称(例如, crm)。

tools

该命名空间内可用的功能/自定义工具。

type

工具的类型。 始终为 namespace

属性详细信息

description

向模型展示的命名空间描述。

description: string

属性值

string

name

工具调用中使用的命名空间名称(例如, crm)。

name: string

属性值

string

tools

该命名空间内可用的功能/自定义工具。

tools: (CustomToolParam | FunctionToolParam)[]

属性值

type

工具的类型。 始终为 namespace

type: "namespace"

属性值

"namespace"