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

Properties

optional
messages: (CreateMessageParams & { role: "user" | string; content: string; })[]

A list of messages to start the thread with.