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

RunStepDeltaCustomBingGroundingToolCall interface

表示流式处理运行步骤中的必应自定义搜索工具调用。

扩展

属性

bingCustomSearch

包含来自必应自定义搜索工具的请求和响应的词典。

type

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

继承属性

id

工具调用的 ID,用于将输出提交到运行。

index

运行步骤的tool_calls数组中工具调用详细信息的索引。

属性详细信息

bingCustomSearch

包含来自必应自定义搜索工具的请求和响应的词典。

bingCustomSearch: Record<string, string>

属性值

Record<string, string>

type

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

type: "bing_custom_search"

属性值

"bing_custom_search"

继承属性详细信息

id

工具调用的 ID,用于将输出提交到运行。

id: string

属性值

string

继承自 RunStepDeltaToolCall.id

index

运行步骤的tool_calls数组中工具调用详细信息的索引。

index: number

属性值

number

继承自RunStepDeltaToolCall.index