Event emitted when Codex reroutes a turn to a different model.
@type t() :: %Codex.Events.ModelRerouted{ from_model: String.t(), reason: String.t() | atom(), thread_id: String.t(), to_model: String.t(), turn_id: String.t() }