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