RunStepDeltaCustomBingGroundingToolCall interface
表示流式处理运行步骤中的必应自定义搜索工具调用。
属性
| bing |
包含来自必应自定义搜索工具的请求和响应的词典。 |
| type | 对象类型,始终为“bing_custom_search”。 |
属性详细信息
bingCustomSearch
包含来自必应自定义搜索工具的请求和响应的词典。
bingCustomSearch: Record<string, string>
属性值
Record<string, string>
type
对象类型,始终为“bing_custom_search”。
type: "bing_custom_search"
属性值
"bing_custom_search"