RunStepDeltaConnectedAgentToolCall interface

表示呼叫連線代理程式作為串流執行步驟的一部分。

Extends

屬性

connectedAgent

工具呼叫的集合會呼叫工具呼叫詳細資料項目。

type

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

繼承的屬性

id

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

index

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

屬性詳細資料

connectedAgent

工具呼叫的集合會呼叫工具呼叫詳細資料項目。

connectedAgent: RunStepConnectedAgent

屬性值

type

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

type: "connected_agent"

屬性值

"connected_agent"

繼承的屬性詳細資料

id

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

id: string

屬性值

string

繼承自RunStepDeltaToolCall.id

index

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

index: number

屬性值

number

繼承自RunStepDeltaToolCall.index