Event emitted when an item completes.
Summary
Types
@type t() :: %Codex.Events.ItemCompleted{ item: Codex.Items.t(), thread_id: String.t() | nil, turn_id: String.t() | nil }
Event emitted when an item completes.
@type t() :: %Codex.Events.ItemCompleted{ item: Codex.Items.t(), thread_id: String.t() | nil, turn_id: String.t() | nil }