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

Properties

role: "user" | string
content: string
optional
file_ids: string[]