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