vlapparov commited on
Commit
7d678f1
·
verified ·
1 Parent(s): 68e4dbf

Update cool_agent.py

Browse files
Files changed (1) hide show
  1. cool_agent.py +1 -1
cool_agent.py CHANGED
@@ -107,7 +107,7 @@ def create_agent(model_id="gpt-4o-mini"):
107
  FindNextTool(browser),
108
  ArchiveSearchTool(browser),
109
  TextInspectorTool(model, text_limit),
110
- wiki_search(),
111
  ]
112
  text_webbrowser_agent = ToolCallingAgent(
113
  model=model,
 
107
  FindNextTool(browser),
108
  ArchiveSearchTool(browser),
109
  TextInspectorTool(model, text_limit),
110
+ wiki_search,
111
  ]
112
  text_webbrowser_agent = ToolCallingAgent(
113
  model=model,