Occurs when a run step is created.

interface ThreadRunStepCreated {
    data: RunStep;
    event: "thread.run.step.created";
}

Properties

Properties

data: RunStep

Represents a step in execution of a run.

event: "thread.run.step.created"