Spaces:
Sleeping
Sleeping
Update tools/tools.py
Browse files- 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 |
-
|
|
|
|
|
|
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]
|