AzureFunctionToolCallDetails interface

Azure 函式呼叫描述。 所有欄位都存在於已完成的執行步驟中,但只有部分欄位存在於 RunStepDeltaAzureFunctionToolCall 中。

屬性

arguments

JSON 序列化函式引數。

name

Azure 函式名稱

output

函數輸出。

屬性詳細資料

arguments

JSON 序列化函式引數。

arguments?: string

屬性值

string

name

Azure 函式名稱

name?: string

屬性值

string

output

函數輸出。

output?: string

屬性值

string