Occurs when a run step moves to an in_progress state.

interface ThreadRunStepInProgress {
    data: RunStep;
    event: "thread.run.step.in_progress";
}

Properties

Properties

data: RunStep

Represents a step in execution of a run.

event: "thread.run.step.in_progress"