From b2cbe0ab5da67e9a33f7bd6f10963187783f4f28 Mon Sep 17 00:00:00 2001 From: JOJO <1498581755@qq.com> Date: Fri, 10 Jul 2026 14:30:56 +0800 Subject: [PATCH] =?UTF-8?q?fix(minimal):=20=E8=A1=A5=E9=BD=90=E6=9E=81?= =?UTF-8?q?=E7=AE=80=E6=A8=A1=E5=BC=8F=E6=91=98=E8=A6=81=E8=A1=8C=E4=B8=AD?= =?UTF-8?q?=E7=BC=BA=E5=A4=B1=E7=9A=84=E5=AD=90=E6=99=BA=E8=83=BD=E4=BD=93?= =?UTF-8?q?/=E8=AE=B0=E5=BF=86/=E5=AF=B9=E8=AF=9D=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/src/components/chat/MinimalBlocks.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/src/components/chat/MinimalBlocks.vue b/static/src/components/chat/MinimalBlocks.vue index 6f44147..aff88f5 100644 --- a/static/src/components/chat/MinimalBlocks.vue +++ b/static/src/components/chat/MinimalBlocks.vue @@ -745,6 +745,10 @@ const getCompletedSummaryText = (actions: Action[]): string => { edit: 0, search: 0, webpage: 0, + memory_update: 0, + memory_read: 0, + conversation: 0, + sub_agent: 0, other: 0 };