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

x/openai/resources/beta/mod.ts>ThreadCreateAndRunParams.Thread.ToolResources.CodeInterpreter

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface ThreadCreateAndRunParams.Thread.ToolResources.CodeInterpreter
import { type ThreadCreateAndRunParams } from "https://deno.land/x/openai@v4.38.5/resources/beta/mod.ts";
const { CodeInterpreter } = ThreadCreateAndRunParams.Thread.ToolResources;

Properties

optional
file_ids: Array<string>

A list of file IDs made available to the code_interpreter tool. There can be a maximum of 20 files associated with the tool.