import { type CodeInterpreterToolCallDelta } from "https://deno.land/x/openai@v4.52.7/resources/beta/threads/runs/steps.ts";
const { CodeInterpreter } = CodeInterpreterToolCallDelta;
The Code Interpreter tool call definition.
x/openai/resources/beta/threads/runs/steps.ts>CodeInterpreterToolCallDelta.CodeInterpreter
import { type CodeInterpreterToolCallDelta } from "https://deno.land/x/openai@v4.52.7/resources/beta/threads/runs/steps.ts";
const { CodeInterpreter } = CodeInterpreterToolCallDelta;
The Code Interpreter tool call definition.