{
"agent": {
"agent_name": "string"
},
"id": "tso_123",
"call_id": "string",
"type": "tool_search_output",
"execution": "server",
"tools": [
{
"type": "function",
"name": "string",
"description": "string",
"parameters": {
"property1": "string",
"property2": "string"
},
"output_schema": {
"property1": "string",
"property2": "string"
},
"strict": true,
"defer_loading": true,
"allowed_callers": [
"direct"
]
}
],
"status": "in_progress"
}