import { type RunStatus } from "https://deno.land/x/openai@v4.52.0/resources/beta/threads/mod.ts";
The status of the run, which can be either queued
, in_progress
,
requires_action
, cancelling
, cancelled
, failed
, completed
,
incomplete
, or expired
.