共用方式為


RunStepDeltaToolCall interface

串流執行步驟差異工具呼叫詳細數據內單一工具呼叫的抽象基底表示法。

屬性

id

工具呼叫的識別碼,用於將輸出提交至執行。

index

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

type

鑒別器可能的值: function, file_search, code_interpreter

屬性詳細資料

id

工具呼叫的識別碼,用於將輸出提交至執行。

id: string

屬性值

string

index

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

index: number

屬性值

number

type

鑒別器可能的值: function, file_search, code_interpreter

type: string

屬性值

string