Occurs when a run moves to a cancelling status.

interface ThreadRunCancelling {
    data: OpenAIClient.Beta.Threads.Runs.Run;
    event: "thread.run.cancelling";
}

Properties

Properties

Represents an execution run on a thread.

event: "thread.run.cancelling"