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