erik5
3
Thanks for responding!
Yes, exactly. I have tried to build it like below as well…
{
"general_tools": [<generalTools>]
}
versus
{
<generalTools>
}
With the rest in the expressions, almost the same as previously shown…
But the same issue exists, if all the results are empty it errors out.
I think the issue is that I am sending an empty object, which will not fly. I might have to do this in main API call body…
<general_tools>
The rest, as previously shown, should not send anything at all if the object is empty. This was going to be my next step but not sure if that will solve the problem, seems like it would. Does that make sense?