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