Update app.py
Browse files
app.py
CHANGED
|
@@ -167,7 +167,7 @@ agent = Agent(
|
|
| 167 |
# Automatically add the user's location to the context (if available).
|
| 168 |
add_location_to_context=True,
|
| 169 |
# Enable the agent to search its knowledge base by default.
|
| 170 |
-
|
| 171 |
# Equip the agent with tools, in this case, the ability to search the web using DuckDuckGo.
|
| 172 |
tools=[DuckDuckGoTools()],
|
| 173 |
# Enable markdown formatting in the agent's output.
|
|
|
|
| 167 |
# Automatically add the user's location to the context (if available).
|
| 168 |
add_location_to_context=True,
|
| 169 |
# Enable the agent to search its knowledge base by default.
|
| 170 |
+
search_knowledge=True,
|
| 171 |
# Equip the agent with tools, in this case, the ability to search the web using DuckDuckGo.
|
| 172 |
tools=[DuckDuckGoTools()],
|
| 173 |
# Enable markdown formatting in the agent's output.
|