vlapparov commited on
Commit
469482c
·
verified ·
1 Parent(s): 94fca45

Update cool_agent.py

Browse files
Files changed (1) hide show
  1. cool_agent.py +1 -1
cool_agent.py CHANGED
@@ -115,7 +115,7 @@ def create_agent(model_id="gpt-4o-mini"):
115
  FindNextTool(browser),
116
  ArchiveSearchTool(browser),
117
  TextInspectorTool(model, text_limit),
118
- wiki_search(),
119
  ]
120
  text_webbrowser_agent = ToolCallingAgent(
121
  model=model,
 
115
  FindNextTool(browser),
116
  ArchiveSearchTool(browser),
117
  TextInspectorTool(model, text_limit),
118
+ WikiSearchTool(),
119
  ]
120
  text_webbrowser_agent = ToolCallingAgent(
121
  model=model,