jack 4 tháng trước cách đây
mục cha
commit
50903debb6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/core/tools/file_search_tool.py

+ 1 - 0
app/core/tools/file_search_tool.py

@@ -147,6 +147,7 @@ class FileSearchTool(BaseTool):
             # files = asyncio.run(
             #    FileService.search_in_files(query=query, file_keys=file_keys)
             # )
+        print(files)
         return files
 
     def instruction_supplement(self) -> str: