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