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/mod.ts>CodeInterpreterToolCallDelta

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

Interfaces

The Code Interpreter tool call definition.

interface CodeInterpreterToolCallDelta
import { type CodeInterpreterToolCallDelta } from "https://deno.land/x/openai@v4.38.5/resources/beta/threads/runs/mod.ts";

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

Properties

index: number

The index of the tool call in the tool calls array.

type: "code_interpreter"

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

optional
id: string

The ID of the tool call.

The Code Interpreter tool call definition.