From 813c16f5afce415da130a917d9ce9f968912b477 Mon Sep 17 00:00:00 2001 From: Altay Date: Thu, 5 Mar 2026 22:37:14 +0300 Subject: [PATCH] Agents: remove cooldown matcher comment --- src/agents/pi-embedded-helpers/failover-matches.ts | 3 --- 1 file changed, 3 deletions(-) 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",