mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-01 20:49:17 +00:00
**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> |
||
---|---|---|
.. | ||
agent_simulations | ||
agents | ||
autonomous_agents | ||
chatbots | ||
code | ||
evaluation | ||
multi_modal | ||
question_answering | ||
agent_simulations.md | ||
apis.md | ||
autonomous_agents.md | ||
chatbots.md | ||
code.md | ||
evaluation.rst | ||
extraction.md | ||
personal_assistants.md | ||
question_answering.md | ||
summarization.md | ||
tabular.md |