RunStepDeltaAzureFunctionToolCall interface

代表串流執行步驟中的 Azure 函式工具呼叫。

Extends

屬性

azureFunction

Azure 函式呼叫的部分描述。

type

物件類型,一律為 'azure_function'。

繼承的屬性

id

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

index

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

屬性詳細資料

azureFunction

Azure 函式呼叫的部分描述。

azureFunction: AzureFunctionToolCallDetails

屬性值

type

物件類型,一律為 'azure_function'。

type: "azure_function"

屬性值

"azure_function"

繼承的屬性詳細資料

id

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

id: string

屬性值

string

繼承自RunStepDeltaToolCall.id

index

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

index: number

屬性值

number

繼承自RunStepDeltaToolCall.index