yetessam commited on
Commit
0689bf3
·
verified ·
1 Parent(s): 70cb2e8

Update tools/tools.py

Browse files
Files changed (1) hide show
  1. tools/tools.py +3 -1
tools/tools.py CHANGED
@@ -14,4 +14,6 @@ web_search = DuckDuckGoSearchTool()
14
 
15
  # Define all tools
16
  def load_tools():
17
- return [final_answer, polite_guard, web_search, get_the_current_time_in_timezone]
 
 
 
14
 
15
  # Define all tools
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]