Variables do not seem to be tracked across turns #529
Unanswered
george1459
asked this question in
Q&A
Replies: 0 comments
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.
-
Hey everyone. I am new to Nemo and am using it to build a restaurant booking bot. My rails.co file looks like this (using
nemoguardrails==0.9.0
). I based it on #246With this and using GPT-4-turbo, I often seem to encounter problems with variables, in particular how it does not persist across different turns. For instance here is a conversation:
I can’t grasp why it would ask this question again, since
restaurant
has just been filled in. And then if I respond with> Nemo's
again, it seems to go into an infinite loop. It appears that the variables are not kept across turns. Could someone point out what I am doing wrong? Thanks!Beta Was this translation helpful? Give feedback.
All reactions