Update langflow_file_service.py

This commit is contained in:
Edwin Jose 2025-09-19 21:32:39 -04:00
parent 083f3d5d3d
commit eeb060700c

View file

@ -84,9 +84,9 @@ class LangflowFileService:
if not tweaks:
tweaks = {}
# Pass files via tweaks to File component (File-PSU37 from the flow)
# Pass files via tweaks to File component (File-5NMSr from the flow)
if file_paths:
tweaks["File-PSU37"] = {"path": file_paths}
tweaks["File-5NMSr"] = {"path": file_paths}
# Pass JWT token via tweaks using the x-langflow-global-var- pattern
if jwt_token: