diff --git a/frontend/src/components/nodes/nodeSidebar/NodeSidebar.tsx b/frontend/src/components/nodes/nodeSidebar/NodeSidebar.tsx index 68827370..1b4692e8 100644 --- a/frontend/src/components/nodes/nodeSidebar/NodeSidebar.tsx +++ b/frontend/src/components/nodes/nodeSidebar/NodeSidebar.tsx @@ -731,7 +731,7 @@ const NodeSidebar: React.FC = ({ nodeID }) => {

File Input

= ({ nodeID }) => {
+

+ Supports both file URLs and inline data in the format: data:<mime_type>;base64,<encoded_data> +

)