Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface CreateMessageParams
implements HasMetadata
import { type CreateMessageParams } from "https://deno.land/x/openai_deno@v0.9.8/src/types/messages.ts";

Properties

optional
fileIDs: string[]

A list of File IDs that the message should use.

There can be a maximum of 10 files attached to a message.

Useful for tools like retrieval and code_interpreter that can access and use files.