Whenever I add double quotation marks in any of my input fields for my AI Content writer that’s connected to ChatGPT, it gives me any error when I try to make the API Call


Explore how :JSON Safe works

In short … your call’s JSON may be breaking so you need to ensure that it is well formatted when calling OAI. This operator (JSON Safe) removes all json-breaking characters in the json part of your call.

Happy building! :slight_smile:

1 Like

thanks but how do I do a JSON Safe?

with the operator explained in my previous link :upside_down_face: