Occurs when a run is cancelled.

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

Properties

Properties

Represents an execution run on a thread.

event: "thread.run.cancelled"