import { type VectorStoreUpdateParams } from "https://deno.land/x/openai@v4.52.1/resources/beta/mod.ts";
const { ThreadRunIncomplete } = VectorStoreUpdateParams;
Occurs when a run
ends with status incomplete
.
Properties
Represents an execution run on a thread.