RunStepDeltaBingGroundingToolCall interface

代表串流執行步驟中的 Bing 接地工具呼叫。

Extends

屬性

bingGrounding

具有來自 Bing Grounding 搜索工具的請求和響應的詞典。

type

物件類型,一律為「bing_grounding」。

繼承的屬性

id

工具呼叫的 ID,在將輸出提交至執行時使用。

index

執行步驟tool_calls陣列中工具呼叫詳細資料的索引。

屬性詳細資料

bingGrounding

具有來自 Bing Grounding 搜索工具的請求和響應的詞典。

bingGrounding: Record<string, string>

屬性值

Record<string, string>

type

物件類型,一律為「bing_grounding」。

type: "bing_grounding"

屬性值

"bing_grounding"

繼承的屬性詳細資料

id

工具呼叫的 ID,在將輸出提交至執行時使用。

id: string

屬性值

string

繼承自RunStepDeltaToolCall.id

index

執行步驟tool_calls陣列中工具呼叫詳細資料的索引。

index: number

屬性值

number

繼承自RunStepDeltaToolCall.index