Occurs when a run moves to a requires_action status.

interface ThreadRunRequiresAction {
    data: Run;
    event: "thread.run.requires_action";
}

Properties

Properties

data: Run

Represents an execution run on a thread.

event: "thread.run.requires_action"