You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we output a long_term_memory.json file, which contains the entire history of the interaction. In case of wanting to restart from a point in the middle of the interaction, or if there are connectivity issues with the LLM's API, it should be possible to reload part or all of the interaction history from long_term_memory.json.
This should be reasonably straightforward!
The text was updated successfully, but these errors were encountered:
Currently we output a
long_term_memory.json
file, which contains the entire history of the interaction. In case of wanting to restart from a point in the middle of the interaction, or if there are connectivity issues with the LLM's API, it should be possible to reload part or all of the interaction history fromlong_term_memory.json
.This should be reasonably straightforward!
The text was updated successfully, but these errors were encountered: