You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the pipeline, create a node of one type (e.g., LLM node) and assign it a name specific to another type (e.g., "Printer 1").
Add a new node of the conflicting type (e.g., Printer node).
Actual results:
The existing LLM node named "Printer 1" is replaced by the newly created Printer node.
2026-02-20_14h22_16.mp4
Expected results:
When creating a new node, the default name assigned to the node should be checked against all existing nodes, regardless of type, to prevent name conflicts and unintended overrides.