removedInput schema / properties / airlines / anyOf
Removed value: -[
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / airlines / default
Removed value: -null
addedInput schema / properties / airlines / description
Added value: +"Optional airline codes or names, e.g. [\"UA\"] or [\"United\"]. Used only in \"browse\" mode and passed to the Google Flights search API."
addedInput schema / properties / airlines / items
Added value: +{
+ "type": "string"
+}
removedInput schema / properties / airlines / title
Removed value: -"Airlines"
addedInput schema / properties / airlines / type
Added value: +"array"
removedInput schema / properties / cabin_class / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / cabin_class / default
Removed value: -null
addedInput schema / properties / cabin_class / description
Added value: +"Optional cabin class: \"economy\", \"premium economy\", \"business\", \"first\"."
removedInput schema / properties / cabin_class / title
Removed value: -"Cabin Class"
addedInput schema / properties / cabin_class / type
Added value: +"string"
addedInput schema / properties / departure_date / description
Added value: +"Departure date in YYYY-MM-DD format."
removedInput schema / properties / departure_date / title
Removed value: -"Departure Date"
addedInput schema / properties / destination / description
Added value: +"Destination airport code or city (e.g. \"NRT\", \"LHR\", \"Paris\")."
removedInput schema / properties / destination / title
Removed value: -"Destination"
removedInput schema / properties / max_stops / anyOf
Removed value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / max_stops / default
Removed value: -null
addedInput schema / properties / max_stops / description
Added value: +"Optional maximum stops per direction in \"browse\" mode. Use 0 for nonstop only."
addedInput schema / properties / max_stops / minimum
Added value: +0
removedInput schema / properties / max_stops / title
Removed value: -"Max Stops"
addedInput schema / properties / max_stops / type
Added value: +"integer"
addedInput schema / properties / mode / description
Added value: +"Leave as \"browse\" (default). \"book\" is a restricted alpha — only use it if the user explicitly asks to book a flight."
removedInput schema / properties / mode / title
Removed value: -"Mode"
addedInput schema / properties / num_passengers / description
Added value: +"Number of passengers."
removedInput schema / properties / num_passengers / title
Removed value: -"Num Passengers"
addedInput schema / properties / origin / description
Added value: +"Origin airport code or city (e.g. \"LAX\", \"SFO\", \"New York\")."
removedInput schema / properties / origin / title
Removed value: -"Origin"
addedInput schema / properties / page / description
Added value: +"1-based results page, 10 options per page. Increment to see more options."
removedInput schema / properties / page / title
Removed value: -"Page"
removedInput schema / properties / return_date / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / return_date / default
Removed value: -null
addedInput schema / properties / return_date / description
Added value: +"Optional return date in YYYY-MM-DD format for a round trip. In browse mode, the tool searches outbound and return legs separately as one-way results."
removedInput schema / properties / return_date / title
Removed value: -"Return Date"
addedInput schema / properties / return_date / type
Added value: +"string"
removedInput schema / title
Removed value: -"search_flightsArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "title": "Result",
- "type": "string"
- }
- },
- "required": [
- "result"
- ],
- "title": "search_flightsOutput",
- "type": "object"
-}New value: +null