Occurs when a run expires.

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

Properties

Properties

Represents an execution run on a thread.

event: "thread.run.expired"