Files
langchain/docs
Alon Roth 0013256e81 Support chat history persistence in AutoGPT (#5716)
**Short Description**
Added a new argument to AutoGPT class which allows to persist the chat
history to a file.

**Changes**
1. Removed the `self.full_message_history: List[BaseMessage] = []`
2. Replaced it with `chat_history_memory` which can take any subclasses
of `BaseChatMessageHistory`

---------

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2023-06-15 17:49:03 -07:00
..
2023-06-08 23:05:57 -07:00
2023-06-11 19:32:24 -07:00
2023-06-15 11:53:00 -07:00
2023-05-30 18:47:06 -07:00
2023-03-30 08:20:30 -07:00