From 68918ab36a5660def8ce04e113161187846baf34 Mon Sep 17 00:00:00 2001 From: Dallin Romney Date: Mon, 4 May 2026 01:28:23 +0800 Subject: [PATCH] docs(tools): scope loop detection recommendation to smaller models (#76837) --- docs/tools/loop-detection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/loop-detection.md b/docs/tools/loop-detection.md index 7e3a88726a4..61a5d644d5c 100644 --- a/docs/tools/loop-detection.md +++ b/docs/tools/loop-detection.md @@ -78,7 +78,7 @@ When a run id is available, recent tool-call history is evaluated only within th ## Recommended setup -- Start with `enabled: true`, defaults unchanged. +- For smaller models, start with `enabled: true`, defaults unchanged. Flagship models rarely need loop detection and can leave it disabled. - Keep thresholds ordered as `warningThreshold < criticalThreshold < globalCircuitBreakerThreshold`. - If false positives occur: - raise `warningThreshold` and/or `criticalThreshold`