-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
FLOWISE_NEWLINEFLOWISE_NEWLINE #4233
Comments
When your bot tries to write responses with multiple paragraphs, instead of showing clean paragraphs, it shows weird text like FLOWISE_NEWLINEFLOWISE_NEWLINE1 at the start of each paragraph. This happens because the system is trying to handle line breaks in a special way but doing it incorrectly.Think of it like this: The system was trying to mark where paragraphs should be, but it was doing it in a messy way that showed up in the actual text.i think i can fix it, can somebody assign this task to me?? |
I solved the problem with a custom JS function in configuration part. Another solution can be system orompt but for me custom JS works better. |
so is this issue fixed and deployed ? |
@aditya162002 |
If possible, can you list down the step by step on how to replicate the issue? |
I have made a bot and I noticed that in long answers when bot try to answer in different paragraphs, in begin of every paragraph it start with "FLOWISE_NEWLINEFLOWISE_NEWLINE1" and next "FLOWISE_NEWLINEFLOWISE_NEWLINE2"
The text was updated successfully, but these errors were encountered: