From 8dd67a13b8b6793c52bbf0e4afcd5cfdbda27ea4 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Thu, 11 Jun 2026 15:24:48 +0800 Subject: [PATCH] fix: [Agent] After disabling the display of execution details in the settings, the conversation still shows the node execution progress. --- .../component/answer-content/index.vue | 34 ++++++++++--------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/ui/src/components/ai-chat/component/answer-content/index.vue b/ui/src/components/ai-chat/component/answer-content/index.vue index e8b43db3bcc..9542b893a94 100644 --- a/ui/src/components/ai-chat/component/answer-content/index.vue +++ b/ui/src/components/ai-chat/component/answer-content/index.vue @@ -12,22 +12,24 @@ 'padding-right': showUserAvatar ? 'var(--padding-left)' : '0', }" > - -
- - -
-
+