Crackershoot commited on
Commit
76b37b3
·
verified ·
1 Parent(s): a1fca8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- #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.
 
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.