import { ThreadCreateParams } from "https://deno.land/x/openai@v4.19.0/resources/beta/mod.ts";
import { type ThreadCreateParams } from "https://deno.land/x/openai@v4.19.0/resources/beta/mod.ts";
Properties
optional
messages: Array<ThreadCreateParams.Message>A list of messages to start the thread with.