This is driving me bonkers… Trying to get ChatGPT to create a title for a blog post and almost every time it comes up in quotation marks (") - just want the title not in quotes!
I have added “Don’t enclose output in single (') or double quotes(”), provide it as it is." but sure enough… keeps adding them. Any suggestions on how to make sure they aren’t there at all??
Is there any other way to manipulate data in Activepieces? In the new piece Robolly, I get the URL in quotes and cannot use it in the next module. I would use the text parser or tools module in Make.
Even though I could use OpenAI module and tell it to remote quote, there must be a better way?
@Shawn_Ryder, I don’t think many solutions work flawlessly; aside from the regex solution listed above, I find using this seems to work 99% of the time for me:
Format the output as a plain text string without any surrounding quotes.
Always get that odd occurrence every now and then where it plays up and adds them. But for the most part, it does the job.