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

LocalShellToolParam interface

允许模型在本地环境中执行 shell 命令的工具。

扩展

属性

description

Deprecated. 该属性已被弃用,未来版本中将被移除。

name

Deprecated. 该属性已被弃用,未来版本中将被移除。

tool_configs

Deprecated. 该属性已被弃用,未来版本中将被移除。

type

本地 shell 工具的类型。 始终为 local_shell

属性详细信息

description

Deprecated. 该属性已被弃用,未来版本中将被移除。

description?: string

属性值

string

name

Deprecated. 该属性已被弃用,未来版本中将被移除。

name?: string

属性值

string

tool_configs

Deprecated. 该属性已被弃用,未来版本中将被移除。

tool_configs?: Record<string, ToolConfig>

属性值

Record<string, ToolConfig>

type

本地 shell 工具的类型。 始终为 local_shell

type: "local_shell"

属性值

"local_shell"