Replies: 1 comment 2 replies
-
Are you able to share a screenshot of the flow that's having the issue? I believe there was an open PR awhile back for doing a merge of overrideConfig instead of full object replacement, but if this is behaving as you're saying it must not be merged yet. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I've got a chat flow which is accessed through an app. It holds a conversation just fine, but we ran into a problem where it wasn't remembering things. We solved this with an overrideConfig hash containing the sessionID, but I've noticed that unless this hash is commented out, the bot on our user interface will now totally ignore any Additional Params I put into the conversation chain node (e.g, "append &&& to the end of all responses")
This is a problem because right now there's no prompt being given on the user interface (
IDK why the spec didn't include it< now I do)I can see that there's a Node called Chat Bot Template, which could help, but I don't really understand the Human Message part of it. I'm a newbie to this. Can anyone either suggest a fix, or explain how I should use this Node?
Thanks in advance 🙏

Beta Was this translation helpful? Give feedback.
All reactions