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

x/openai/resources/beta/mod.ts>ThreadCreateAndRunStreamParams.Thread.Message.Attachment

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

Properties

optional
file_id: string

The ID of the file to attach to the message.

optional
tools: Array<AssistantsAPI.CodeInterpreterTool | AssistantsAPI.FileSearchTool>

The tools to add this file to.