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>ThreadCreateParams.Message.Attachment

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

Properties

optional
file_id: string

The ID of the file to attach to the message.

optional
tools: Array<AssistantsAPI.CodeInterpreterTool | Attachment.FileSearch>

The tools to add this file to.