import { type Run } from "https://deno.land/x/openai@v4.58.1/resources/beta/threads/runs/runs.ts";
const { IncompleteDetails } = Run;
Details on why the run is incomplete. Will be null
if the run is not
incomplete.
import { type Run } from "https://deno.land/x/openai@v4.58.1/resources/beta/threads/runs/runs.ts";
const { IncompleteDetails } = Run;
Details on why the run is incomplete. Will be null
if the run is not
incomplete.