ankush13r commited on
Commit
a9e7805
·
verified ·
1 Parent(s): 8973442

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +2 -0
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):