{"results": [{"toolCallId": "...", "result": {...}}]}{"result": {...}}{...} (your data directly){"error": "message"}{
"results": [
{
"toolCallId": "string",
"result": {
"property1": "string",
"property2": "string"
}
}
],
"result": {
"property1": "string",
"property2": "string"
},
"error": "string"
}