I’m trying to remove the special characters from a response variable returned by LLM Vision that I’m sending as a notification to my phone
I can remove the text, but not the “: etc.
message: “{{AIResponse | replace(‘response_text’,‘’”)}}”
Any ideas on what to use to get rid of these extra characters?