estimate_flight_cost
MANDATORY PROACTIVE: If the user asks "What does it cost?", call this IMMEDIATELY. ULTRA-PROACTIVE: If the user provides a route (e.g., "to Paris"), YOU must estimate the flight time based on typical cruise speed (e.g., 140kts) and pass "durationHours" yourself. DO NOT ask the user for hours if you can guess it. Use EITHER "durationHours" (actual flying time/Tacho) OR "blockDurationHrs" (scheduled booking time/Block).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| aircraftId | No | Aircraft ID, Registration, or Callsign (optional) | |
| durationHours | No | Actual expected flying hours (Tacho). YOU SHOULD ESTIMATE THIS based on route distance / cruise speed. | |
| blockDurationHrs | No | Total booking reservation time (Block) |