interface RunCancelParams {
    thread_id: string;
}

Properties

Properties

thread_id: string

The ID of the thread to which this run belongs.