get_prediction
Get a buy/wait/neutral recommendation for a flight fare based on historical patterns and time-based signals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | IATA airport code for departure (e.g. JFK) | |
| destination | Yes | IATA airport code for arrival (e.g. LAX) | |
| currentPrice | Yes | Current fare price in USD that you are considering | |
| departureDate | Yes | Departure date in YYYY-MM-DD format |