Module: RubyLLM::Contract::Concerns::ProductionModeContext
- Included in:
- EvalHost
- Defined in:
- lib/ruby_llm/contract/concerns/production_mode_context.rb
Overview
Helpers for injecting a retry_policy_override into per-candidate eval context when compare_models runs in production-mode. When candidate
fallback, retry injection is skipped so the row degenerates into
a single-shot eval by construction.