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