chat_store.persist(persist_path="chat_store.json") loaded_chat_store = SimpleChatStore.from_persist_path( persist_path="chat_store.json" )
chat_store_string = chat_store.json()