src/main/java/cc/mrbird/febs/ai/service/impl/AiKnowledgeFileServiceImpl.java
@@ -181,7 +181,7 @@ Path filePath = Paths.get(aiKnowledgeFile.getSavePath()); boolean deleted = Files.deleteIfExists(filePath); if (!deleted) { throw new FebsException("文件删除成功"); throw new FebsException("文件删除失败"); } } catch (Exception e) { throw new FebsException("删除文件时发生错误: " + e.getMessage());