Details of the Code Interpreter tool call the run step was involved in.

interface CodeInterpreterToolCall {
    code_interpreter: OpenAIClient.Beta.Threads.Runs.Steps.CodeInterpreterToolCall.CodeInterpreter;
    id: string;
    type: "code_interpreter";
}

Properties

The Code Interpreter tool call definition.

id: string

The ID of the tool call.

type: "code_interpreter"

The type of tool call. This is always going to be code_interpreter for this type of tool call.