Codex.Events.ModelRerouted (Codex SDK v0.14.0)

Copy Markdown View Source

Event emitted when Codex reroutes a turn to a different model.

Summary

Types

t()

@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()
}