Spaces:
Sleeping
Sleeping
Update tools/tools.py
Browse files- tools/tools.py +5 -6
tools/tools.py
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
)
|
7 |
|
8 |
# Initialize tools
|
9 |
final_answer = FinalAnswerTool()
|
|
|
1 |
+
|
2 |
+
from final_answer import FinalAnswerTool
|
3 |
+
from polite_guard import PoliteGuardTool
|
4 |
+
from web_search import DuckDuckGoSearchTool
|
5 |
+
from time_tool import get_the_current_time_in_timezone
|
|
|
6 |
|
7 |
# Initialize tools
|
8 |
final_answer = FinalAnswerTool()
|