[ { "tool": "get_weather", "args": { "city": "Tokyo", "units": "metric" } }, { "tool": "search_flights", "args": { "origin": "San Francisco", "dest": "Tokyo", "date": "2024-05-10", "max_price_usd": 1200 } }, { "tool": "book_hotel", "args": { "city": "Tokyo", "checkin": "2024-05-10", "checkout": "2024-05-17", "guests": 2, "max_price_usd_per_night": 200 } } ]