🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-04-25 10:32:23 +00:00
parent fd052cd43b
commit 33253cb2c9

View File

@@ -65,7 +65,6 @@ class KnowledgeFetcher:
)
knowledge = ""
if related_memory:
sources = []
for memory in related_memory:
knowledge += memory[1] + "\n"