import { type Run } from "https://deno.land/x/openai@v4.69.0/resources/beta/threads/runs/runs.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.69.0/resources/beta/threads/runs/runs.ts";
const { LastError } = Run;
The last error associated with this run. Will be null
if there are no errors.