Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/openai_deno/mod.ts>CreateMessageParams

OpenAI API wrapper for deno.
Latest
interface CreateMessageParams
implements HasMetadata
Re-export
import { type CreateMessageParams } from "https://deno.land/x/openai_deno@v0.9.8/mod.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.