Flowise icon indicating copy to clipboard operation
Flowise copied to clipboard

[FEATURE] Add "type" to every input and output

Open PhunkyBob opened this issue 6 months ago • 0 comments

The feature I'd like When I have a lot of elements, I don't remember what are the types of every element. I would like to easily know if an element is pluggable to another one.

Additional context For instance, if I have the "Calculator" tool, it is of type "tool" and is pluggable to any "tool" input. But when I see it in my workflow, it's not so obvious:

image

I would like that the output displays what type it is (eg. [Tool] Calculator instead of Calculator) and the input displays the expected type (eg. [Tool]). This would improve readability.

PhunkyBob avatar Aug 26 '24 09:08 PhunkyBob