import { type VectorStoreUpdateParams } from "https://deno.land/x/openai@v4.52.1/resources/beta/mod.ts";
const { ThreadRunCancelled } = VectorStoreUpdateParams;
Occurs when a run is cancelled.
Properties
Represents an execution run on a thread.
x/openai/resources/beta/mod.ts>VectorStoreUpdateParams.ThreadRunCancelled
import { type VectorStoreUpdateParams } from "https://deno.land/x/openai@v4.52.1/resources/beta/mod.ts";
const { ThreadRunCancelled } = VectorStoreUpdateParams;
Occurs when a run is cancelled.
Represents an execution run on a thread.