Update langflow_file_service.py
This commit is contained in:
parent
083f3d5d3d
commit
eeb060700c
1 changed files with 2 additions and 2 deletions
|
|
@ -84,9 +84,9 @@ class LangflowFileService:
|
||||||
if not tweaks:
|
if not tweaks:
|
||||||
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:
|
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
|
# Pass JWT token via tweaks using the x-langflow-global-var- pattern
|
||||||
if jwt_token:
|
if jwt_token:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue