jhl001 commited on
Commit
1adfb6f
·
verified ·
1 Parent(s): 4ac9e3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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