> = (props) => {
{t('workflow.nodes.agent.toolbox')}
}>
- {/* eslint-disable-next-line sonarjs/no-uniq-key */}
- {tools.map(tool => )}
+ {tools.map(tool => )}
}
diff --git a/web/app/components/workflow/nodes/agent/panel.tsx b/web/app/components/workflow/nodes/agent/panel.tsx
index 6a80728d91..19be60cb51 100644
--- a/web/app/components/workflow/nodes/agent/panel.tsx
+++ b/web/app/components/workflow/nodes/agent/panel.tsx
@@ -54,7 +54,6 @@ const AgentPanel: FC> = (props) => {
outputSchema,
handleMemoryChange,
} = useConfig(props.id, props.data)
- console.log('currentStrategy', currentStrategy)
const { t } = useTranslation()
const nodeInfo = useMemo(() => {
if (!runResult)