import { type Thread } from "https://deno.land/x/openai@v4.52.1/resources/beta/mod.ts";
const { ThreadRunStepDelta } = Thread;
Occurs when parts of a run step are being streamed.
x/openai/resources/beta/mod.ts>Thread.ThreadRunStepDelta
import { type Thread } from "https://deno.land/x/openai@v4.52.1/resources/beta/mod.ts";
const { ThreadRunStepDelta } = Thread;
Occurs when parts of a run step are being streamed.