Skip to main content
Module

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

Deno build of the official Typescript library for the OpenAI API. Source: https://github.com/openai/openai-node
Extremely Popular
Go to Latest
namespace CodeToolCall
import { CodeToolCall } from "https://deno.land/x/openai@v4.19.0/resources/beta/threads/runs/steps.ts";
interface CodeToolCall
import { type CodeToolCall } from "https://deno.land/x/openai@v4.19.0/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.