From 82edd7a857fe42f41bc66b79802f99fca38821f4 Mon Sep 17 00:00:00 2001 From: Jean Kaddour Date: Wed, 8 Jan 2025 19:57:54 +0000 Subject: [PATCH] refactor: frontend: File Input Hint --- frontend/src/components/nodes/nodeSidebar/NodeSidebar.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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> +

)