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

RunStepBingGroundingToolCall interface

调用必应地面工具的记录,由模型在评估定义的工具时发出,该记录表示使用必应地面执行的搜索。

扩展

属性

bingGrounding

保留以供将来使用。

type

对象类型,始终为“bing_grounding”。

继承属性

id

工具调用的 ID。 提交工具输出时必须引用此 ID。

属性详细信息

bingGrounding

保留以供将来使用。

bingGrounding: Record<string, string>

属性值

Record<string, string>

type

对象类型,始终为“bing_grounding”。

type: "bing_grounding"

属性值

"bing_grounding"

继承属性详细信息

id

工具调用的 ID。 提交工具输出时必须引用此 ID。

id: string

属性值

string

继承自RunStepToolCall.id