yetessam commited on
Commit
1b9ee0e
·
verified ·
1 Parent(s): 7837e5f

Update tools/tools.py

Browse files
Files changed (1) hide show
  1. tools/tools.py +1 -1
tools/tools.py CHANGED
@@ -16,4 +16,4 @@ web_search = DuckDuckGoSearchTool()
16
  def load_tools():
17
  # Removing final answer from tools during build process
18
  #return [final_answer, polite_guard, web_search, get_the_current_time_in_timezone]
19
- return [polite_guard, web_search, get_the_current_time_in_timezone]
 
16
  def load_tools():
17
  # Removing final answer from tools during build process
18
  #return [final_answer, polite_guard, web_search, get_the_current_time_in_timezone]
19
+ return [polite_guard, web_search]