Event emitted when a turn is aborted.
@type t() :: %Codex.Events.TurnAborted{ reason: String.t() | atom() | map() | nil, turn_id: String.t() | nil }