import { type Run } from "https://deno.land/x/openai@v4.24.3/resources/beta/threads/runs/mod.ts";
const { LastError } = Run;
The last error associated with this run. Will be null
if there are no errors.
import { type Run } from "https://deno.land/x/openai@v4.24.3/resources/beta/threads/runs/mod.ts";
const { LastError } = Run;
The last error associated with this run. Will be null
if there are no errors.