Hey guys,
I have built a chatbot ui that runs well using a Make workflow api to connect a custom llm response back to bubble from the user input. The problem I have is that the input breaks the ‘on send’ bubble workflow whenever invalid formatting is used such as the prompt: ‘what is a “dog”?’.
My api is setup to expect json and with or without :formatasJSONsafe, any iteration of double quotes or other invalid input formats make things choke.
Is there a simple solution to this? There must be lots of people trying to solve this problem. Any insights would be most welcome. I’ve removed quotations from the body in the api connector and it still doesn’t work. I could find:replace but was hoping for a more all encompassing approach.
Thank you!