Spaces:
Sleeping
Sleeping
Update tools.py
Browse files
tools.py
CHANGED
|
@@ -83,7 +83,7 @@ def tool_register(cls: BaseModel):
|
|
| 83 |
tools[oaitool["function"]["name"]] = cls
|
| 84 |
|
| 85 |
@tool_register
|
| 86 |
-
class
|
| 87 |
"""Retrieves basic information about the hotel, such as its name, address, contact details, and overall description."""
|
| 88 |
|
| 89 |
@classmethod
|
|
|
|
| 83 |
tools[oaitool["function"]["name"]] = cls
|
| 84 |
|
| 85 |
@tool_register
|
| 86 |
+
class hotel_summary(ToolBase):
|
| 87 |
"""Retrieves basic information about the hotel, such as its name, address, contact details, and overall description."""
|
| 88 |
|
| 89 |
@classmethod
|