import { type RunStepDelta } from "https://deno.land/x/openai@v4.69.0/resources/beta/threads/runs/steps.ts";
The delta containing the fields that have changed on the run step.
Properties
optional
step_details: RunStepDeltaMessageDelta | ToolCallDeltaObjectThe details of the run step.