diff --git a/src/agents/pi-embedded-helpers/failover-matches.ts b/src/agents/pi-embedded-helpers/failover-matches.ts index d0ebb5d2f1e..ecf7be953d9 100644 --- a/src/agents/pi-embedded-helpers/failover-matches.ts +++ b/src/agents/pi-embedded-helpers/failover-matches.ts @@ -3,9 +3,6 @@ type ErrorPattern = RegExp | string; const ERROR_PATTERNS = { rateLimit: [ /rate[_ ]limit|too many requests|429/, - // Internal cooldown marker emitted by fallback/auth-profile routing. - // Keep this exact token, but avoid broad "cooling down" matching that - // can misclassify unrelated healthy responses as rate-limit failures. "model_cooldown", "exceeded your current quota", "resource has been exhausted",