Skip to main content
Module

x/openai/resources/beta/mod.ts>AssistantUpdateParams.ToolResources

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

A set of resources that are used by the assistant's tools. The resources are specific to the type of tool. For example, the code_interpreter tool requires a list of file IDs, while the file_search tool requires a list of vector store IDs.

Properties

optional
code_interpreter: ToolResources.CodeInterpreter