Nancy1906 commited on
Commit
5579d14
·
verified ·
1 Parent(s): 0d3532f

Update my_tools.py

Browse files
Files changed (1) hide show
  1. my_tools.py +0 -1
my_tools.py CHANGED
@@ -69,7 +69,6 @@ def basic_agent_response(question):
69
  response = alfred_agent.query(question)
70
  return str(response)
71
 
72
- tools = [search_tool, wikipedia_tool, calculator_tool]
73
  # --- Constants ---
74
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
75
 
 
69
  response = alfred_agent.query(question)
70
  return str(response)
71
 
 
72
  # --- Constants ---
73
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
74