Occurs when a run moves to a queued status.

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

Properties

Properties

Represents an execution run on a thread.

event: "thread.run.queued"