diff --git a/web/app/components/workflow/nodes/agent/node.tsx b/web/app/components/workflow/nodes/agent/node.tsx index a2190317af..fe87bc7cda 100644 --- a/web/app/components/workflow/nodes/agent/node.tsx +++ b/web/app/components/workflow/nodes/agent/node.tsx @@ -65,7 +65,7 @@ const AgentNode: FC> = (props) => { }) return tools }, [currentStrategy?.parameters, inputs.agent_parameters]) - return
+ return
{inputs.agent_strategy_name ? > = ({ const isSystem = isSystemVar(variable) const node = isSystem ? nodes.find(node => node.data.type === BlockEnum.Start) : nodes.find(node => node.id === variable[0]) return ( -
+
{t(`${i18nPrefix}.inputVar`)}