You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In airline task 19, raj_brown_5782 wants to change the reservation destination.
It is expected that the change will succeed and update_reservation_flights will be called.
But, according to the policy, the destination cannot be changed.
Other reservations can be modified without changing the origin, destination, and trip type.
Am I correct?
if yes, we should remove in task 19 the tools calls to update_reservation_flights and update_reservation_baggages.
The text was updated successfully, but these errors were encountered:
In airline task 19,
raj_brown_5782
wants to change the reservation destination.It is expected that the change will succeed and
update_reservation_flights
will be called.But, according to the policy, the destination cannot be changed.
Am I correct?
if yes, we should remove in task 19 the tools calls to
update_reservation_flights
andupdate_reservation_baggages
.The text was updated successfully, but these errors were encountered: