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