From d5ce25e55395fab9bc1f80e55adb39ab56defb73 Mon Sep 17 00:00:00 2001 From: ymq Date: Sat, 15 Aug 2026 00:46:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20cockpit=20v1=20diagnose=20=E5=BF=83?= =?UTF-8?q?=E8=B7=B3=E8=B6=85=E6=97=B6=E5=88=A4=E5=AE=9A=2010=E2=86=9220?= =?UTF-8?q?=20=E5=88=86=E9=92=9F=EF=BC=88=E5=AF=B9=E9=BD=90=20LLM=20?= =?UTF-8?q?=E9=87=8D=E8=AF=95=E6=9C=80=E5=9D=8F=E6=97=B6=E9=95=BF=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/api/cockpit_chat.dspy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/api/cockpit_chat.dspy b/wwwroot/api/cockpit_chat.dspy index 9f136c5..1f6a726 100644 --- a/wwwroot/api/cockpit_chat.dspy +++ b/wwwroot/api/cockpit_chat.dspy @@ -447,7 +447,7 @@ async def _exec_tool(sor, tool, params, ctx, uid, org_id): except Exception: pass cb = (getattr(t,'claimed_by','') or '')[:8] - flag = f"⚠️心跳超时{m}分钟(疑似僵尸)" if m >= 10 else f"已运行{m}分钟" + flag = f"⚠️心跳超时{m}分钟(疑似僵尸)" if m >= 20 else f"已运行{m}分钟" lines.append(f" [{t.role}] {t.title[:50]} | {flag} | claimed={cb}") if review: lines.append(f"\n👀 待审核({len(review)}个):")