import { type Run } from "https://deno.land/x/openai@v4.69.0/resources/beta/threads/mod.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.69.0/resources/beta/threads/mod.ts";
const { IncompleteDetails } = Run;
Details on why the run is incomplete. Will be null
if the run is not
incomplete.