import { type RunStreamEvent } from "https://deno.land/x/openai@v4.52.1/resources/beta/mod.ts";
const { ThreadRunQueued } = RunStreamEvent;
Occurs when a run
moves to a queued
status.
Properties
Represents an execution run on a thread.
x/openai/resources/beta/mod.ts>RunStreamEvent.ThreadRunQueued
import { type RunStreamEvent } from "https://deno.land/x/openai@v4.52.1/resources/beta/mod.ts";
const { ThreadRunQueued } = RunStreamEvent;
Occurs when a run
moves to a queued
status.
Represents an execution run on a thread.