import { RunStepStreamEvent } from "https://deno.land/x/openai@v4.38.3/resources/beta/assistants.ts";
import { type RunStepStreamEvent } from "https://deno.land/x/openai@v4.38.3/resources/beta/assistants.ts";
Occurs when a run step is created.
definition:
| RunStepStreamEvent.ThreadRunStepCreated
| RunStepStreamEvent.ThreadRunStepInProgress
| RunStepStreamEvent.ThreadRunStepDelta
| RunStepStreamEvent.ThreadRunStepCompleted
| RunStepStreamEvent.ThreadRunStepFailed
| RunStepStreamEvent.ThreadRunStepCancelled
| RunStepStreamEvent.ThreadRunStepExpired