This commit is contained in:
SengokuCola
2025-03-28 08:06:50 +08:00
parent e2ae9645ef
commit 4a72fe104a
5 changed files with 28 additions and 21 deletions

View File

@@ -87,7 +87,7 @@ class PromptBuilder:
fast_retrieval=True
)
memory_str = ""
for topic, memories in relevant_memories:
for _topic, memories in relevant_memories:
memory_str += f"{memories}\n"
print(f"memory_str: {memory_str}")