Collab event emitted when an agent interaction completes.
@type t() :: %Codex.Events.CollabAgentInteractionEnd{ call_id: String.t() | nil, prompt: String.t() | nil, receiver_thread_id: String.t() | nil, sender_thread_id: String.t() | nil, status: map() | String.t() | atom() | nil }