I have a bug to report that's been causing some bi...
# 🌎general
s
I have a bug to report that's been causing some big issues for me, so it may be causing issues for others. It is incredibly important that you put a space after every line in the Task Input found in the AI Task card. If you don't, it will end up be concatenated with the input above it. This causes ChatGpt to treat it as 1 word and completely miss it. Final screenshot shows it working properly when a space is added. Can we just get this to auto do this? Its not clear from the docs and is pretty hard to spot what your issue is
e
Hey @straight-wolf-37371, I can see that being frustrating! But I think that's happening because you are using quotes in your input - there is no need for that. Try removing it
s
Ahhhh, I actually thought I was supposed to use the quotes. I will remove and see what happens. Thank you!
After some more testing, I've determined it doesn't have to do with the quotes. Using an enter or shift enter to break up your AI Task Input will cause the issue if no space is at the end of each line. It doesn't provide a space before the "\n" that gets added for the enter. I believe this would treat it as a new word
e
So you are certain that the AI output changes based on whether there is a blankspace at the end of the lines?
2 Views