mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
Agents: remove cooldown matcher comment
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user