Ability to Edit Workflow YAML from GUI #3330
EatMoreChicken
started this conversation in
Suggestion
Replies: 2 comments 2 replies
-
But the dify itself is a GUI tool for yaml file right? Why do you still need a GUI tool? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I think editing the whole YAML is not a good solution. You might break things if you do unintended modification. It might be a solution for a few people but it does not resolve the problem behind your pain with the editor. What we should do instead is improving the user experience of the workflow editor. Here are some examples:
|
Beta Was this translation helpful? Give feedback.
0 replies
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?
When I'm working on building a workflow, I often times find myself needing to add multiple similar items and I have to manually click through and build them. For example, adding classes to the question classifier when there are many to add.
2. Describe the feature you'd like to see
I would like to see a method to edit the workflow's YAML from the GUI. This was we can mass add elements to the workflow without needing to click through. For example, with the question classifier, I can can quickly use regex or other transformation method to build out the different classes and get them added by copy and pasting the elements. If there an error with the YAML parsing, it can prevent the user from saving it somehow.
3. How will this feature improve your workflow or experience?
This will make it much easier to bulk add similar blocks or elements within blocks.
4. Additional context or comments
There might need to be a way to auto detect these additions and generate IDs were needed.
5. Can you help us with this feature?
Beta Was this translation helpful? Give feedback.
All reactions