Occurs when a run is completed.

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

Properties

Properties

Represents an execution run on a thread.

event: "thread.run.completed"