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

x/openai/resources/beta/assistants.ts>AssistantCreateParams.ToolResources.CodeInterpreter

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface AssistantCreateParams.ToolResources.CodeInterpreter
import { type AssistantCreateParams } from "https://deno.land/x/openai@v4.38.5/resources/beta/assistants.ts";
const { CodeInterpreter } = AssistantCreateParams.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.