Codex.Events.ThreadStatusChanged (Codex SDK v0.14.0)

Copy Markdown View Source

Event emitted when thread load or activity status changes.

Summary

Types

t()

@type t() :: %Codex.Events.ThreadStatusChanged{
  status: map() | String.t() | atom() | nil,
  thread_id: String.t()
}