Hans Han commited on
Commit
eb0a110
·
1 Parent(s): 14384f4

reduce to only wikipedia tools

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ class BasicAgent:
36
  # print(f"Agent returning fixed answer: {fixed_answer}")
37
  # Create agent with all the tools
38
  agent = AgentWorkflow.from_tools_or_functions(
39
- [search_tool] + wiki_tools,
40
  llm=llm
41
  )
42
  # Example query agent might receive
 
36
  # print(f"Agent returning fixed answer: {fixed_answer}")
37
  # Create agent with all the tools
38
  agent = AgentWorkflow.from_tools_or_functions(
39
+ wiki_tools,
40
  llm=llm
41
  )
42
  # Example query agent might receive