My set node is returning a json formated response to the chat node like this:
{ “response”: “You have these three options:\na) option 1\nb) option 2\nc) option 3” }
I want it to respond like this:
You have these three options:
a) option 1
b) option 2
c) option 3
I’m not sure if this is the best way to do what I want, so I’m open for suggestions. When I use an agent on the “No category” leg, I can get what I want, but that seems like overkill since I have an exact response. No need for a brain on this one.