InputItemFunctionCallOutputItemParam interface

函式工具呼叫的輸出。

Extends

屬性

call_id

模型所產生的函式工具呼叫的唯一標識符。

id
output

函式工具呼叫的文字、圖片或檔案輸出。

status
type

函數工具呼叫輸出類型。 一律為 function_call_output

屬性詳細資料

call_id

模型所產生的函式工具呼叫的唯一標識符。

call_id: string

屬性值

string

id

id?: string

屬性值

string

output

函式工具呼叫的文字、圖片或檔案輸出。

output: string | (InputTextContentParam | InputImageContentParamAutoParam | InputFileContentParam)[]

屬性值

status

status?: FunctionCallItemStatus

屬性值

type

函數工具呼叫輸出類型。 一律為 function_call_output

type: "function_call_output"

屬性值

"function_call_output"