Spaces:
Sleeping
Sleeping
Update tools.py
Browse files
tools.py
CHANGED
@@ -132,10 +132,8 @@ Whether for relaxation or adventure, **Nou Vall de Núria** promises a unique an
|
|
132 |
|
133 |
@tool_register
|
134 |
class get_hotal_general_information(ToolBase):
|
135 |
-
"""
|
136 |
-
|
137 |
-
"""
|
138 |
-
query: str = Field(description="An enhanced user query optimized for retrieving information")
|
139 |
|
140 |
@classmethod
|
141 |
def invoke(cls, input: Dict) -> str:
|
|
|
132 |
|
133 |
@tool_register
|
134 |
class get_hotal_general_information(ToolBase):
|
135 |
+
""" Retrieves general information about a hotel, including its background, amenities, location, and nearby attractions based on the query. """
|
136 |
+
query: str = Field(description="User's question or query for retrieving the information.")
|
|
|
|
|
137 |
|
138 |
@classmethod
|
139 |
def invoke(cls, input: Dict) -> str:
|