Files
langchain/docs/use_cases
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-04-22 08:25:50 -07:00
2023-05-17 11:52:22 -04:00
2023-04-01 12:48:16 -07:00
2023-04-22 08:25:50 -07:00
2023-04-15 09:23:19 -07:00
2023-03-26 21:43:51 -07:00
2023-04-17 20:56:42 -07:00
2023-03-26 21:43:51 -07:00
2023-03-26 21:43:51 -07:00