Skip to content

Commit a7a6524

Browse files
author
Ankit Juneja
committed
docs(rca): note cross-file band override at sufficiency gate
1 parent 5cd2110 commit a7a6524

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/agent/investigation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,8 @@ def _record_tool_end(tc: ToolCall, output: Any) -> None:
284284
else:
285285
if not result.root_cause.startswith("Most likely"):
286286
result.root_cause = f"Most likely: {result.root_cause}"
287+
# Override band set by classify_confidence_band in result.py: thin evidence means LOW
288+
# regardless of LLM-reported score (a high score with zero claims is still insufficient).
287289
result.confidence_band = "low"
288290

289291
_emit(

0 commit comments

Comments
 (0)