From 2843bd204f9ab8929caae2563c53ce273570cf39 Mon Sep 17 00:00:00 2001 From: iven Date: Sat, 11 Apr 2026 14:26:53 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=20=E2=80=94=20=E9=98=88=E5=80=BC=E5=B7=B2?= =?UTF-8?q?=E4=BB=8E=205=20=E9=99=8D=E4=B8=BA=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- desktop/src-tauri/src/intelligence/reflection.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/src-tauri/src/intelligence/reflection.rs b/desktop/src-tauri/src/intelligence/reflection.rs index be5172f..b9be3b3 100644 --- a/desktop/src-tauri/src/intelligence/reflection.rs +++ b/desktop/src-tauri/src/intelligence/reflection.rs @@ -893,7 +893,7 @@ mod tests { ]; let patterns = engine.analyze_patterns(&memories); - // Should not trigger (only 2 tasks, threshold is 5) + // Should not trigger (only 2 tasks, threshold is 3) assert!(!patterns.iter().any(|p| p.observation.contains("待办任务"))); }