共用方式為


CodeInterpreterToolCall interface

呼叫程式代碼解釋器工具的記錄,由模型在評估已定義的工具時發出,代表程式代碼解釋器所耗用和發出的輸入和輸出。

屬性

codeInterpreter

程式代碼解釋器工具的工具呼叫詳細數據。

id

工具呼叫的識別碼。 當您提交工具輸出時,必須參考此標識碼。

type

物件類型,一律為 『code_interpreter』。

屬性詳細資料

codeInterpreter

程式代碼解釋器工具的工具呼叫詳細數據。

codeInterpreter: CodeInterpreterToolCallDetails

屬性值

id

工具呼叫的識別碼。 當您提交工具輸出時,必須參考此標識碼。

id: string

屬性值

string

type

物件類型,一律為 『code_interpreter』。

type: "code_interpreter"

屬性值

"code_interpreter"