| 事件名称 | 数据 | 描述 | 
|---|
| thread.created |  是一个 thread | 当创建新的 thread 时发生 | 
| thread.run.created |  是一个 run | 当创建新的 run 时发生 | 
| thread.run.queued |  是一个 run | 当 run 移至  状态时发生 | 
| thread.run.in_progress |  是一个 run | 当 run 移至  状态时发生 | 
| thread.run.requires_action |  是一个 run | 当 run 移至  状态时发生 | 
| thread.run.completed |  是一个 run | 当 run 完成时发生 | 
| thread.run.failed |  是一个 run | 当 run 失败时发生 | 
| thread.run.cancelling |  是一个 run | 当 run 移至  状态时发生 | 
| thread.run.cancelled |  是一个 run | 当 run 被取消时发生 | 
| thread.run.expired |  是一个 run | 当 run 过期时发生 | 
| thread.run.step.created |  是一个 run step | 当创建 run step 时发生 | 
| thread.run.step.in_progress |  是一个 run step | 当 run step 进入  状态时发生 | 
| thread.run.step.delta |  是一个 run step delta | 当 run step 的部分内容被流式传输时发生 | 
| thread.run.step.completed |  是一个 run step | 当 run step 完成时发生 | 
| thread.run.step.failed |  是一个 run step | 当 run step 失败时发生 | 
| thread.run.step.cancelled |  是一个 run step | 当 run step 被取消时发生 | 
| thread.run.step.expired |  是一个 run step | 当 run step 过期时发生 | 
| thread.message.created |  是一个 message | 当创建 message 时发生 | 
| thread.message.in_progress |  是一个 message | 当 message 进入  状态时发生 | 
| thread.message.delta |  是一个 message delta | 当 message 的部分内容被流式传输时发生 | 
| thread.message.completed |  是一个 message | 当 message 完成时发生 | 
| thread.message.incomplete |  是一个 message | 当 message 在完成之前结束时发生 | 
| error |  是一个 error | 当发生 error 时发生。这可能是由于内部服务器错误或超时导致的 | 
| done |  是  | 当流结束时发生 |