- Send the persisted messages and elements to the UI.
- Restore the user session.
Only JSON serializable fields of the user session will be saved and restored.
Usage
At minimum, you will need to use the@cl.on_chat_resume
decorator to resume conversations.
Resume Langchain Chat Example
Practical example of how to resume a chat with context.
Parameters
The persisted chat to resume.