import { ThreadCreateParams } from "https://deno.land/x/openai@v4.52.1/resources/beta/mod.ts";
const { Attachment } = ThreadCreateParams.Message;
import { type ThreadCreateParams } from "https://deno.land/x/openai@v4.52.1/resources/beta/mod.ts";
const { Attachment } = ThreadCreateParams.Message;
Properties
optional
tools: Array<AssistantsAPI.CodeInterpreterTool | Attachment.FileSearch>The tools to add this file to.