共用方式為


ItemComputerToolCall interface

對電腦使用工具發出的工具呼叫。 有關更多信息,請參閱 計算機使用指南

Extends

屬性

action
call_id

使用輸出回應工具呼叫時所使用的識別碼。

id

計算機呼叫的唯一標識碼。

pending_safety_checks

電腦呼叫的擱置安全性檢查。

status

項目的狀態。 in_progresscompletedincomplete 的其中之一。 透過 API 傳回項目時填入。

type

計算機呼叫的類型。 一律為 computer_call

屬性詳細資料

action

action: ComputerActionUnion

屬性值

call_id

使用輸出回應工具呼叫時所使用的識別碼。

call_id: string

屬性值

string

id

計算機呼叫的唯一標識碼。

id: string

屬性值

string

pending_safety_checks

電腦呼叫的擱置安全性檢查。

pending_safety_checks: ComputerCallSafetyCheckParam[]

屬性值

status

項目的狀態。 in_progresscompletedincomplete 的其中之一。 透過 API 傳回項目時填入。

status: "in_progress" | "completed" | "incomplete"

屬性值

"in_progress" | "completed" | "incomplete"

type

計算機呼叫的類型。 一律為 computer_call

type: "computer_call"

屬性值

"computer_call"