Sandiago21 commited on
Commit
8d118d0
·
verified ·
1 Parent(s): fbcaa4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ class BasicAgent:
58
  Only call `final_answer` and do a final reason to make sure that you answer the question clearly and directly without additional information if not requested."""
59
  }
60
 
61
- agent_with_tools = CodeAgent(
62
  model=model,
63
  tools=[DuckDuckGoSearchTool(),],
64
  max_steps=3,
 
58
  Only call `final_answer` and do a final reason to make sure that you answer the question clearly and directly without additional information if not requested."""
59
  }
60
 
61
+ agent = CodeAgent(
62
  model=model,
63
  tools=[DuckDuckGoSearchTool(),],
64
  max_steps=3,