From b2df9ba9d3251661199aaa37d06245902fa49d72 Mon Sep 17 00:00:00 2001 From: hjlarry Date: Thu, 5 Feb 2026 10:10:04 +0800 Subject: [PATCH] fix: expand status display different icon --- .../components/workflow/run/llm-log/tool-call-item.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/web/app/components/workflow/run/llm-log/tool-call-item.tsx b/web/app/components/workflow/run/llm-log/tool-call-item.tsx index 0fcfcdf1b5..1f4f1fccf0 100644 --- a/web/app/components/workflow/run/llm-log/tool-call-item.tsx +++ b/web/app/components/workflow/run/llm-log/tool-call-item.tsx @@ -1,6 +1,6 @@ import type { LLMGenerationItem } from '@/types/workflow' import { - RiArrowDownSLine, + RiArrowRightSLine, } from '@remixicon/react' import { useState } from 'react' import { useTranslation } from 'react-i18next' @@ -111,7 +111,12 @@ const ToolCallItemComponent = ({ ) } - + { expand && (