import { type AssistantStreamEvent } from "https://deno.land/x/openai@v4.29.0/resources/beta/assistants/mod.ts";
const { ThreadRunCancelled } = AssistantStreamEvent;
Occurs when a run is cancelled.
Properties
Represents an execution run on a thread.