SergeyO7 commited on
Commit
fa8cc27
·
verified ·
1 Parent(s): fb8a15a

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -1
agent.py CHANGED
@@ -239,7 +239,8 @@ class MagAgent:
239
  )
240
 
241
  web_agent = ToolCallingAgent(
242
- tools=[RetryDuckDuckGoSearchTool(),
 
243
  WikipediaSearchTool(),
244
  # SpeechToTextTool(),
245
  VisitWebpageTool(),
 
239
  )
240
 
241
  web_agent = ToolCallingAgent(
242
+ tools=[
243
+ # RetryDuckDuckGoSearchTool(),
244
  WikipediaSearchTool(),
245
  # SpeechToTextTool(),
246
  VisitWebpageTool(),