共用方式為


FunctionToolCallDetails interface

模型所呼叫之函式的詳細資訊。

屬性

arguments

模型需要的自變數會提供給具名函式。

name

函數的名稱。

output

函式的輸出,只會針對已經提交其輸出的函數調用填入。

屬性詳細資料

arguments

模型需要的自變數會提供給具名函式。

arguments: string

屬性值

string

name

函數的名稱。

name: string

屬性值

string

output

函式的輸出,只會針對已經提交其輸出的函數調用填入。

output: null | string

屬性值

null | string