addedInput schema / properties / dropoff_datetime / description
Added value: +"Drop-off date and time in ISO format (e.g. \"2025-03-20T10:00:00\")."
removedInput schema / properties / dropoff_datetime / title
Removed value: -"Dropoff Datetime"
addedInput schema / properties / pickup_datetime / description
Added value: +"Pickup date and time in ISO format (e.g. \"2025-03-15T10:00:00\")."
removedInput schema / properties / pickup_datetime / title
Removed value: -"Pickup Datetime"
addedInput schema / properties / pickup_location / description
Added value: +"Airport IATA code (e.g. \"LAX\", \"JFK\", \"SFO\")."
removedInput schema / properties / pickup_location / title
Removed value: -"Pickup Location"
removedInput schema / properties / vehicle_class / anyOf
Removed value: -[
- {
- "enum": [
- "Economy",
- "Compact",
- "Standard",
- "FullSize",
- "Premium",
- "Luxury",
- "SUV",
- "Van"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / vehicle_class / default
Removed value: -null
addedInput schema / properties / vehicle_class / description
Added value: +"Optional vehicle class preference: Economy, Compact, Standard, FullSize, Premium, Luxury, SUV, Van."
addedInput schema / properties / vehicle_class / enum
Added value: +[
+ "Economy",
+ "Compact",
+ "Standard",
+ "FullSize",
+ "Premium",
+ "Luxury",
+ "SUV",
+ "Van"
+]
removedInput schema / properties / vehicle_class / title
Removed value: -"Vehicle Class"
addedInput schema / properties / vehicle_class / type
Added value: +"string"
removedInput schema / title
Removed value: -"search_vehiclesArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "title": "Result",
- "type": "string"
- }
- },
- "required": [
- "result"
- ],
- "title": "search_vehiclesOutput",
- "type": "object"
-}New value: +null