I created a basic information retrieval chat bot, and created 3 topics. I am using generative orchestration to help decide between the topics. I am using end current session after each topic, and for some of the topics I have added a Boolean node to get an answer in 'Yes' or 'No'.
But it seems in one of my conversations, the conversation is still running and its showing in Progress.
Questions -
1) Why is this happening and how do I stop it?
2) Will it affect the accuracy of future responses?
Note - I am using generative orchestration and sometimes, it would run multiple steps to search for a better answer and would end up giving multiple responses. That's why its showing steps/turns as 11 in this, whereas ideally it should have stopped after 2 or 3 steps. I had to manually enter "No" to stop the flow.
The issue is the agent believes its waiting on some input that its not getting. So its just waiting for it. There is some condition where you are accidentally putting the agent into a "where is my input" and so it just sits there.
I would have to see much more the Topics etc to get closer to detailing why its stuck on something, as I have no idea what is happening in those topics, as well as it could be triggering a completely different topic without you knowing that its waiting on.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.