mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 23:41:12 +08:00
feat(go-agent): Ported retrieval node, added Keenable web search tool (#16396)
Ported retrieval node, added Keenable web search tool - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -574,7 +574,7 @@ async def move_files(uid: str, src_file_ids: list, dest_file_id: str = None, new
|
||||
)
|
||||
except Exception as storage_err:
|
||||
raise RuntimeError(f"Move file failed at storage layer: {str(storage_err)}")
|
||||
if not moved:
|
||||
if moved is False:
|
||||
raise RuntimeError("Move file failed at storage layer")
|
||||
updates["parent_id"] = dest_folder_entry.id
|
||||
updates["location"] = new_location
|
||||
|
||||
Reference in New Issue
Block a user