This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
History of msgs #3696
-
How can I add history to a new bot? For example, yesterday I was talking with a bot but today he does not recognize me. To eliminate the problem I saved all message history, but how to add it to a bot? |
Beta Was this translation helpful? Give feedback.
Answered by
stephenroller
Oct 13, 2021
Replies: 2 comments 1 reply
-
the easiest way is to concatenate it all and have the agent |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
stephenroller
-
Hi @stephenroller what's the expected format of the concatenated dialogue history? is it just a plain list ["bot: hello", "user:"hi", "bot": "how are you?",etc.] |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the easiest way is to concatenate it all and have the agent
observe()
it