[FEATURE REQUEST] Option to process each line as a separate prompt if "Submit on enter?" is disabled #211
Replies: 4 comments
-
I think this should allow you to press enter in the prompt box and enter one prompt per line |
Beta Was this translation helpful? Give feedback.
-
That's true, but currently it processes the entire string as a single prompt |
Beta Was this translation helpful? Give feedback.
-
Ok thanks for clarifying, it's just not implemented for some reason. |
Beta Was this translation helpful? Give feedback.
-
For now you can use new prompt syntax this will produce: |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
Currently the only way to process a lot of prompts sequentially is to use the command line interface and load them from a file. It would be helpful if we could do it through the GUI as well.
Describe the solution you'd like
An option which splits the contents of the "Prompt" text box at newlines and treats them as individual prompts, so the user can write all prompts they desire, pressing ENTER after each one, and have the script generate all of them individually.
Describe alternatives you've considered
Using a special character to separate prompts (like | is used to split during prompt matrix generation), where prompts will be written one after another.
eg. PROMPT_1 ## PROMPT_2 ## PROMPT_3
Additional context
None
Beta Was this translation helpful? Give feedback.
All reactions