The delta containing the fields that have changed on the run step.

interface RunStepDelta {
    step_details?: RunStepDeltaMessageDelta | ToolCallDeltaObject;
}

Properties

Properties

The details of the run step.