Starter Prompts with If/else function #1643
amansoniamazatic
started this conversation in
General
Replies: 2 comments 6 replies
-
Maybe I'm misunderstanding your request, but here's a flow that has no LLM at all. If/Else has access to the question that comes from the starter prompt and branches accordingly. Screen.Recording.2024-01-30.at.3.07.26.PM.mov |
Beta Was this translation helpful? Give feedback.
6 replies
-
@kzmKZuzmo The answer from @amansoniamazatic will get you what you need
|
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
-
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