umarigan commited on
Commit
7f7e256
·
verified ·
1 Parent(s): a57f29c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -54,8 +54,8 @@ time_tool = get_current_time_in_timezone
54
  # Create the agent
55
  agent = ToolCallingAgent(
56
  model=model,
57
- tools=[currency_tool, final_answer],
58
- max_steps=1,
59
  verbosity_level=1
60
  )
61
 
 
54
  # Create the agent
55
  agent = ToolCallingAgent(
56
  model=model,
57
+ tools=[currency_tool, time_tool, final_answer],
58
+ max_steps=2,
59
  verbosity_level=1
60
  )
61