CodeInterpreterToolCall interface

A record of a call to a code interpreter tool, issued by the model in evaluation of a defined tool, that represents inputs and outputs consumed and emitted by the code interpreter.

Properties

codeInterpreter

The details of the tool call to the code interpreter tool.

id

The ID of the tool call. This ID must be referenced when you submit tool outputs.

type

The object type, which is always 'code_interpreter'.

Property Details

codeInterpreter

The details of the tool call to the code interpreter tool.

codeInterpreter: CodeInterpreterToolCallDetails

Property Value

id

The ID of the tool call. This ID must be referenced when you submit tool outputs.

id: string

Property Value

string

type

The object type, which is always 'code_interpreter'.

type: "code_interpreter"

Property Value

"code_interpreter"