-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we use chat history in workflow? #1868
Comments
Are you sure you are storing the chat history? Are you passing your request to the team leader? If you can supply a code snippet we can check. |
Sure so I'll explain in detail.
If I run this with below is the ourput: if instead I use:
Then it works. so 2 questions here. What is the difference btw the 2? and shouldn't read chat history work in the workflow playground as well? since it works in normal chat. Also Thanks for the quick assistance. |
Hey,
A simple question: I tried using
read_chat_history=True
in a workflow and when in the playground I told Agent my name, and in the next message I asked it what was my name butt it couldn't answer.Replied:
"I'm sorry, I don't retain conversation-specific context between interactions. How can I assist you today?"
Is there any way we can maintain chat/message history for workflow sessions?
Since a user can have a complex run method with multiple agents communicating we define the sequence they work on, something like: #1612 (comment)
But then we also want it to work as a chatbot, but with complex logic in place. How can we do that in a workflow? Knowing chat history is important as well for chatbot to feel natural and work properly.
Appreciate any help.
Thanks :)
The text was updated successfully, but these errors were encountered: