Share via


RunStepCodeInterpreterToolCallOutput 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.

Extends

Properties

codeInterpreter

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

type

The object type, which is always 'code_interpreter'.

Inherited Properties

id

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

Property Details

codeInterpreter

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

codeInterpreter: RunStepCodeInterpreterToolCallDetailsOutput

Property Value

type

The object type, which is always 'code_interpreter'.

type: "code_interpreter"

Property Value

"code_interpreter"

Inherited Property Details

id

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

id: string

Property Value

string

Inherited From RunStepToolCallOutputParent.id