Replies: 1 comment
-
@himself65 Assuming you are using js. You can get the chatHistory from your memory instance you are using in
The history will be a list of past conversations in ascending order. To sort them in descending order, latest ones first, you can just use I hope that answers your question |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my application. I want to display the list of past conversations. But I didn't find a simple API that gets it from
ConversationChain
Beta Was this translation helpful? Give feedback.
All reactions