fdaudens HF Staff commited on
Commit
71dd8bc
·
verified ·
1 Parent(s): 8e0983a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ serper_news_tool = FunctionTool.from_defaults(
129
 
130
  # Create the agent workflow
131
  tools = [
132
- duckduckgo_tool,
133
  navigate_tool,
134
  extract_text_tool,
135
  extract_links_tool,
 
129
 
130
  # Create the agent workflow
131
  tools = [
132
+ search_tool,
133
  navigate_tool,
134
  extract_text_tool,
135
  extract_links_tool,