chat_history [ChatMessage(role=<MessageRole.USER: 'user'>, content='hello', additional_kwargs={}), ChatMessage(role=<MessageRole.USER: 'user'>, content='hello', additional_kwargs={}), ChatMessage(role=<MessageRole.USER: 'user'>, content='hello', additional_kwargs={})] text_of_memory hello hello hello 1 text chunks after repacking summary_response The chat appears to consist of the repeated the word "hello" multiple times. summary_message system: The chat appears to consist of the repeated phrase "como hacer la peticion" (how to make the request) multiple times. --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) <ipython-input-15-6d2d42d50f09> in <cell line: 19>() 17 print("summary_message",summary_message) 18 # Insert the summary message into the memory ---> 19 memory.insert(summary_message) 20 print("memory",memory)
AttributeError: 'ChatMemoryBuffer' object has no attribute 'insert'