debug(f"精简记忆响应: {response}") 344 - # 使用repair_json处理响应 345 - try: 346 - # 修复JSON格式 347 - fixed_json_string = repair_json(response) 348 - 349 - # 将修复后的字符串解析为Python对象 350 - if isinstance(fixed_json_string,