ankush13r commited on
Commit
eea333c
·
verified ·
1 Parent(s): 1af1963

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -1
tools.py CHANGED
@@ -103,7 +103,7 @@ class get_hotel_facilities(ToolBase):
103
  return json_data["general_facilities"]
104
 
105
  @tool_register
106
- class get_restaurants_info(ToolBase):
107
  """Provides a list of available restaurants with their information."""
108
 
109
  @classmethod
 
103
  return json_data["general_facilities"]
104
 
105
  @tool_register
106
+ class get_restaurant_info(ToolBase):
107
  """Provides a list of available restaurants with their information."""
108
 
109
  @classmethod