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