Sauten commited on
Commit
844a234
·
verified ·
1 Parent(s): c76277c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ class BasicAgent:
114
 
115
 
116
  agent = ToolCallingAgent(
117
- tools=[FinalAnswerTool(), VisitWebpageTool(), DuckDuckGoSearchTool(), PythonInterpreterTool(), fetch_task_file, read_excel_as_json],
118
  model=model,
119
  max_steps=5,
120
  verbosity_level=2,
 
114
 
115
 
116
  agent = ToolCallingAgent(
117
+ tools=[FinalAnswerTool(), visit_webpage, DuckDuckGoSearchTool(), PythonInterpreterTool(), fetch_task_file, read_excel_as_json],
118
  model=model,
119
  max_steps=5,
120
  verbosity_level=2,