@damato I have good news!!!
I did solve the issue… The AI Agent generate the answers with line breaks, and send to the HTTP Request module with this “literal“ line breaks. The Json must to convert line break to \n, but it wasn’t happens.
First I’ve tried to search and replace using replace(response; \n; \\n). but it also wasn’t work. So went to the easier path, I put a rule in the IA Agent prompt asking to don’t use break line at the answers.
Now, it works perfectly… That was the paliative solution that I found, but, I think that has a better way to do it.
Thanks a lot for your help… I’ll continue my studies to be a Make expert like you. =D