Spaces:
Sleeping
Sleeping
Update tools.py
Browse files
tools.py
CHANGED
|
@@ -194,6 +194,8 @@ class check_room_availability(ToolBase):
|
|
| 194 |
max_guests = json_data["room_types"][room_type]["number_of_guests"]
|
| 195 |
return f"The number of guest is superior then the availibilty, maximum is {max_guests}"
|
| 196 |
|
|
|
|
|
|
|
| 197 |
|
| 198 |
@tool_register
|
| 199 |
class make_reservation(ToolBase):
|
|
|
|
| 194 |
max_guests = json_data["room_types"][room_type]["number_of_guests"]
|
| 195 |
return f"The number of guest is superior then the availibilty, maximum is {max_guests}"
|
| 196 |
|
| 197 |
+
return rooms2
|
| 198 |
+
|
| 199 |
|
| 200 |
@tool_register
|
| 201 |
class make_reservation(ToolBase):
|