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', }} > - { ))} - + ); };