Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,8 +57,8 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
| 57 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
| 58 |
|
| 59 |
|
| 60 |
-
tools.append(reserve_flight_ticket
|
| 61 |
-
tools.append(get_current_time_in_timezone
|
| 62 |
|
| 63 |
final_answer = FinalAnswerTool()
|
| 64 |
|
|
|
|
| 57 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
| 58 |
|
| 59 |
|
| 60 |
+
tools.append(reserve_flight_ticket)
|
| 61 |
+
tools.append(get_current_time_in_timezone)
|
| 62 |
|
| 63 |
final_answer = FinalAnswerTool()
|
| 64 |
|