bstraehle commited on
Commit
d964de2
·
verified ·
1 Parent(s): db3bdab

Update agents.py

Browse files
Files changed (1) hide show
  1. agents.py +2 -2
agents.py CHANGED
@@ -38,8 +38,8 @@ tracer_provider = register(
38
  SmolagentsInstrumentor().instrument(tracer_provider = tracer_provider)
39
 
40
  def run_gaia(question, file_name):
41
- search_tool = Tool.from_langchain(load_tools(["serpapi"])[0])
42
- wikipedia_tool = Tool.from_langchain(load_tools(["wikipedia"])[0])
43
 
44
  #web_search_agent = ToolCallingAgent(
45
  # description = "Runs web searches for you. Give it your query as an argument.",
 
38
  SmolagentsInstrumentor().instrument(tracer_provider = tracer_provider)
39
 
40
  def run_gaia(question, file_name):
41
+ #search_tool = Tool.from_langchain(load_tools(["serpapi"])[0])
42
+ #wikipedia_tool = Tool.from_langchain(load_tools(["wikipedia"])[0])
43
 
44
  #web_search_agent = ToolCallingAgent(
45
  # description = "Runs web searches for you. Give it your query as an argument.",