mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 08:58:09 +08:00
fix: DuckDuckGo image search tool error (#5606)
This commit is contained in:
@ -174,6 +174,7 @@ class ToolNode(BaseNode):
|
||||
tenant_id=self.tenant_id,
|
||||
type=FileType.IMAGE,
|
||||
transfer_method=FileTransferMethod.TOOL_FILE,
|
||||
url=url,
|
||||
related_id=tool_file_id,
|
||||
filename=filename,
|
||||
extension=ext,
|
||||
|
||||
Reference in New Issue
Block a user