Spaces:
Running
Running
Update tools.py
Browse files
tools.py
CHANGED
@@ -100,7 +100,7 @@ def tool_register(cls: BaseModel):
|
|
100 |
oitools.append(oaitool)
|
101 |
tools[oaitool["function"]["name"]] = cls
|
102 |
|
103 |
-
|
104 |
class hotel_description(ToolBase):
|
105 |
"""Retrieves basic information about the hotel, such as its name, address, contact details, and overall description."""
|
106 |
|
|
|
100 |
oitools.append(oaitool)
|
101 |
tools[oaitool["function"]["name"]] = cls
|
102 |
|
103 |
+
#@tool_register
|
104 |
class hotel_description(ToolBase):
|
105 |
"""Retrieves basic information about the hotel, such as its name, address, contact details, and overall description."""
|
106 |
|