Ensure your API returns HTTP 200 with a JSON body ...
# general-english
k
Ensure your API returns HTTP 200 with a JSON body like { "results": [{ "toolCallId": "xyz", "result": "single-line string" }] } no newlines, objects, or mismatched IDs..
2 Views