Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ serper_news_tool = FunctionTool.from_defaults(
|
|
129 |
|
130 |
# Create the agent workflow
|
131 |
tools = [
|
132 |
-
|
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,
|