Occurs when a run step is completed.

interface ThreadRunStepCompleted {
    data: RunStep;
    event: "thread.run.step.completed";
}

Properties

Properties

data: RunStep

Represents a step in execution of a run.

event: "thread.run.step.completed"