From a1583197174067e7b6658d9f0893cdcf28d1d570 Mon Sep 17 00:00:00 2001 From: zzlgreat Date: Sat, 22 Nov 2025 23:29:25 +0800 Subject: [PATCH] update pay function --- src/views/AgentChat/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/AgentChat/index.js b/src/views/AgentChat/index.js index c83e8527..468c504c 100644 --- a/src/views/AgentChat/index.js +++ b/src/views/AgentChat/index.js @@ -1181,7 +1181,7 @@ const AgentChat = () => { }} > {Object.entries(TOOL_CATEGORIES).map(([category, tools]) => ( - { ))} - + ))} @@ -1513,7 +1513,7 @@ const ExecutionStepsDisplay = ({ steps, plan }) => { content: 'text-gray-400', }} > - { ))} - + ); };