|
@@ -102,7 +102,7 @@ class FileSearchTool(BaseTool):
|
|
|
if asst_folder_ids:
|
|
|
for fid in asst_folder_ids:
|
|
|
future = asyncio.run_coroutine_threadsafe(
|
|
|
- FileService.list_documents(id=fid, offset=0, limit=100)
|
|
|
+ FileService.list_documents(id=fid, offset=0, limit=100),
|
|
|
self.loop
|
|
|
)
|
|
|
folder_fileinfo += future.result()
|