The community member is interested in storing the entire chat history in their database using an API. Currently, they are only storing the chat history after the user has rated the chat, but they are losing data if the user closes the chat before reaching the rating stage. The comments suggest that the community member would need a specific feature to address this issue, as referenced in a GitHub issue. Additionally, the comments recommend that the community member could send an "update" at multiple points before the end of the flow as a temporary solution.
Hello, I'm interested in storing the entire chat history in our database using an API. Currently, I'm only storing it after the user has rated the chat, but I'm losing data if the user closes the chat before reaching the rating stage. Can you assist me in achieving this?