Multi-turn conversation in workflows doesn't seem to work #350
Unanswered
TWolversonReply
asked this question in
Product Feedback and Ideas
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.
-
Technical Feedback
I specify a multi-turn conversation with a loop condition that searches for a particular label in the agent response. The conversation does loop, but when the agent concludes the conversation by including the desired label, the workflow hangs on that step and doesn't proceed further, and the agent doesn't respond at all to any further text entry.
I have tried other permutations of the loop condition and most of those are rejected for bad syntax at runtime even though various examples use exactly the same.
Desired Outcome
The agent action completes and the workflow moves on when the loop condition is false
Current Workaround
None that I could find
Beta Was this translation helpful? Give feedback.
All reactions