pub const AGENT_MIN_FUZZY_SCORE: f64 = 0.90;Expand description
Recommended fuzzy similarity floor for ReplaceOptions::for_agent (#1965).
Exact and anchored matches ignore the floor. Similarity/fuzzy rewrites of a live span must score at least this value when hosts use the agent preset.