import { type RunStepStreamEvent } from "https://deno.land/x/openai@v4.52.1/resources/beta/mod.ts";
const { ThreadRunStepInProgress } = RunStepStreamEvent;
Occurs when a
run step
moves to an in_progress
state.
x/openai/resources/beta/mod.ts>RunStepStreamEvent.ThreadRunStepInProgress
import { type RunStepStreamEvent } from "https://deno.land/x/openai@v4.52.1/resources/beta/mod.ts";
const { ThreadRunStepInProgress } = RunStepStreamEvent;
Occurs when a
run step
moves to an in_progress
state.