import { type AssistantStreamEvent } from "https://deno.land/x/openai@v4.52.0/resources/beta/assistants.ts";
const { ThreadRunCancelling } = AssistantStreamEvent;
Occurs when a run
moves to a cancelling
status.
Properties
Represents an execution run on a thread.