Occurs when a run ends with status incomplete.

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

Properties

Properties

Represents an execution run on a thread.

event: "thread.run.incomplete"