import { type RunStepDeltaEvent } from "https://deno.land/x/openai@v4.69.0/resources/beta/threads/runs/mod.ts";
Represents a run step delta i.e. any changed fields on a run step during streaming.
Properties
delta: RunStepDelta
The delta containing the fields that have changed on the run step.