RunStepDeltaSharepointToolCall interface

代表串流執行步驟中的 SharePoint 工具呼叫。

Extends

屬性

sharepointGrounding

SharePoint 工具輸入和輸出。

type

物件類型,一律為 'sharepoint_grounding'

繼承的屬性

id

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

index

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

屬性詳細資料

sharepointGrounding

SharePoint 工具輸入和輸出。

sharepointGrounding: Record<string, string>

屬性值

Record<string, string>

type

物件類型,一律為 'sharepoint_grounding'

type: "sharepoint_grounding"

屬性值

"sharepoint_grounding"

繼承的屬性詳細資料

id

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

id: string

屬性值

string

繼承自RunStepDeltaToolCall.id

index

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

index: number

屬性值

number

繼承自RunStepDeltaToolCall.index