Event emitted when an in-progress item receives an update.
Summary
Types
@type t() :: %Codex.Events.ItemUpdated{ item: Codex.Items.t(), thread_id: String.t() | nil, turn_id: String.t() | nil }
Event emitted when an in-progress item receives an update.
@type t() :: %Codex.Events.ItemUpdated{ item: Codex.Items.t(), thread_id: String.t() | nil, turn_id: String.t() | nil }