Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/openai/resources/beta/threads/runs/steps.ts>CodeInterpreterToolCall

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
namespace CodeInterpreterToolCall
import { CodeInterpreterToolCall } from "https://deno.land/x/openai@v4.52.1/resources/beta/threads/runs/steps.ts";
interface CodeInterpreterToolCall
import { type CodeInterpreterToolCall } from "https://deno.land/x/openai@v4.52.1/resources/beta/threads/runs/steps.ts";

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

Properties

id: string

The ID of the tool call.

The Code Interpreter tool call definition.

type: "code_interpreter"

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