Starter Prompts with if/else function #1641
amansoniamazatic
started this conversation in
Ideas
Replies: 1 comment
-
We are working on a feature called workflow/pipeline which allows you to do sequential if else condition like this. Then you can connect a chatflow depending on the if else condition. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Flowise currently offers the option to include starter prompts. However, I am facing an issue where I am unable to use starter prompts directly within an if/else condition. To work around this, I have to first employ an LLM chain, which I find inconvenient. I suggest adding functionality that allows for the direct use of if/else conditions from the chat input as an input variable. This way, decisions can be made based on the text, determining whether it should be passed to the LLM or not, all within the if/else condition. I believe this approach will save both time and money. Please consider implementing this update in Flowise.
Beta Was this translation helpful? Give feedback.
All reactions