fix:优化记忆提取,修复破损的tool信息
This commit is contained in:
@@ -76,7 +76,11 @@ class StructuredInfo:
|
||||
"""
|
||||
|
||||
info_str = ""
|
||||
# print(f"self.data: {self.data}")
|
||||
|
||||
for key, value in self.data.items():
|
||||
|
||||
# print(f"key: {key}, value: {value}")
|
||||
info_str += f"信息类型:{key},信息内容:{value}\n"
|
||||
|
||||
return info_str
|
||||
|
||||
Reference in New Issue
Block a user