-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rearrange the order of created feeds #10
Comments
Yeah this problem bugs me too! |
Any update on the issue? For example: I Need to add another feed (H). The value from that feed will be used by feed B. |
Hey @claudiotassis, I replied to your comment on the blog: I've left this is feature request open for others to weigh in on. |
Apologies for the delay getting to this! This has been added in 1.0-beta-1.5. We appreciate the feedback. 🙏 |
There's no option to "drag-and-drop" the created feeds. In other words, once you've created a feed, you cannot change its order. If you create a feed that depends on a different one, the answer will not be generated based on that dependency, since the prompt for that hasn't been created yet.
Example:
You have 3 different feeds:
Feed 1 prompts for a generated question based on the text generated in feed 2.
The question will end up being randomly generated because the text hasn't been generated yet.
However, if feed 1 is the TEXT, the question will be generated according to the text.
How to fix it? Make it possible to drag and drop the created fields, making it possible to rearrange the order.
The text was updated successfully, but these errors were encountered: