Connecting Tool Calls
{
"timestamp": "2025-05-07T10:00:03Z",
"event_type": "tool_call",
"label": "Tool Call: FlightService.SearchFlights",
"description": "Searching for flights from SFO to JFK",
"attributes": {
"success": true,
"tool_name": "FlightService",
"latency_ms": 120,
"tool_input": {
"to": "SFO",
"from": "JFK",
"dates": [
"2025-06-10",
"2025-06-15"
]
},
"tool_output": [
{
"price": 320,
"flight_id": "FS123"
},
{
"price": 290,
"flight_id": "FS456"
}
]
}
}

Last updated