Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
34 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
35 |
|
36 |
@tool
|
37 |
-
|
38 |
"""Fetches the most suitable 10 hotels in a given location and price range.
|
39 |
|
40 |
Args:
|
|
|
34 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
35 |
|
36 |
@tool
|
37 |
+
def find_hotels(location: str, price_range: str) -> list:
|
38 |
"""Fetches the most suitable 10 hotels in a given location and price range.
|
39 |
|
40 |
Args:
|