mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-13 13:38:58 +08:00
### What problem does this PR solve? to fixed issue https://github.com/infiniflow/ragflow/issues/4236 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
fe279754ac
commit
9fa73771ee
@ -57,7 +57,7 @@ class Invoke(ComponentBase, ABC):
|
||||
_, out = cpn.output(allow_partial=False)
|
||||
args[para["key"]] = "\n".join(out["content"])
|
||||
else:
|
||||
args[para["key"]] = "\n".join(para["value"])
|
||||
args[para["key"]] = para["value"]
|
||||
|
||||
url = self._param.url.strip()
|
||||
if url.find("http") != 0:
|
||||
|
Loading…
x
Reference in New Issue
Block a user