Loop termination and loop continuation should be added #11676
WuTianyi321
started this conversation in
Suggestion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I am trying to implement a process where users need to evaluate the output result based on intermediate nodes. If the user is not satisfied, some operations need to be performed before iterating again. I need to include condition checks within the loop, such as terminating the loop when the user is satisfied or continuing the loop if they are not. However, I have found that dify does not seem to support this functionality.
2. Additional context or comments
No response
3. Can you help us with this feature?
Beta Was this translation helpful? Give feedback.
All reactions