fix:优化prompt和log

This commit is contained in:
SengokuCola
2025-06-21 17:57:20 +08:00
parent 0e68bfa6ef
commit 81c03c1869
7 changed files with 105 additions and 363 deletions

View File

@@ -286,7 +286,7 @@ class RelationshipManager:
logger_str = f"了解了有关{person_name}的新印象:\n"
for point in points_list:
logger_str += f"{point[0]},重要性:{point[1]}\n\n"
logger_str += f"{point[0]},重要性:{point[1]}\n"
logger.info(logger_str)
except json.JSONDecodeError: