Hey guys, I am having an issue getting beck the response when calling a tool. The server is on Make. Here is my response format:{
"results": [
{
"toolCallId": "toolCallId",
"result": "result"
}
]
}. I also made sure that it is in JSON format so I added the header Content-Type application/json but it still does not work. Does anyone know what I am doing wrong?