Skip to main content
Module

x/openai/resources/beta/threads/runs/runs.ts>RunCreateAndStreamParams.AdditionalMessage.Attachment

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface RunCreateAndStreamParams.AdditionalMessage.Attachment
import { type RunCreateAndStreamParams } from "https://deno.land/x/openai@v4.38.0/resources/beta/threads/runs/runs.ts";
const { Attachment } = RunCreateAndStreamParams.AdditionalMessage;

Properties

optional
add_to: Array<"file_search" | "code_interpreter">
optional
file_id: string

The ID of the file to attach to the message.