addedInput schema / properties / dropoffDate / $ref
Added value: +"#/properties/pickupDate"
removedInput schema / properties / dropoffDate / pattern
Removed value: -"^\\d{4}-\\d{2}-\\d{2}$"
removedInput schema / properties / dropoffDate / type
Removed value: -"string"
addedInput schema / properties / dropoffLocation / $ref
Added value: +"#/properties/pickupLocation"
changedInput schema / properties / dropoffLocation / description
Previous value: -"Dropoff location (defaults to pickup)"New value: +"Dropoff city or airport code (defaults to pickup)"
removedInput schema / properties / dropoffLocation / type
Removed value: -"string"
addedInput schema / properties / dropoffTime / $ref
Added value: +"#/properties/pickupTime"
removedInput schema / properties / dropoffTime / pattern
Removed value: -"^\\d{2}:\\d{2}(:\\d{2})?$"
removedInput schema / properties / dropoffTime / type
Removed value: -"string"
addedInput schema / properties / offset / maximum
Added value: +99
removedInput schema / properties / pickupDate / pattern
Removed value: -"^\\d{4}-\\d{2}-\\d{2}$"
changedInput schema / properties / pickupLocation / description
Previous value: -"Pickup location: airport code (preferred) or \"lat,lng\""New value: +"Pickup city or airport code"
addedInput schema / properties / pickupLocation / minLength
Added value: +1
changedInput schema / properties / pickupTime / pattern
Previous value: -"^\\d{2}:\\d{2}(:\\d{2})?$"New value: +"^\\d{2}:\\d{2}(?::\\d{2})?$"
removedInput schema / properties / renderMode
Removed value: -{
- "description": "Preferred render mode for tool output (ui or text).",
- "enum": [
- "ui",
- "text"
- ],
- "type": "string"
-}