import { ThreadCreateAndRunStreamParams } from "https://deno.land/x/openai@v4.33.1/resources/beta/mod.ts";
const { Thread } = ThreadCreateAndRunStreamParams;
import { type ThreadCreateAndRunStreamParams } from "https://deno.land/x/openai@v4.33.1/resources/beta/mod.ts";
const { Thread } = ThreadCreateAndRunStreamParams;
If no thread is provided, an empty thread will be created.
Properties
optional
messages: Array<Thread.Message>A list of messages to start the thread with.