Spaces:
Running
Running
Update tools.py
Browse files
tools.py
CHANGED
|
@@ -103,7 +103,7 @@ class get_hotel_facilities(ToolBase):
|
|
| 103 |
return json_data["general_facilities"]
|
| 104 |
|
| 105 |
@tool_register
|
| 106 |
-
class
|
| 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
|