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