Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -38,6 +38,7 @@ def get_the_current_time_in_timezone(timezone: str) -> str:
|
|
38 |
|
39 |
|
40 |
final_answer = FinalAnswerTool()
|
|
|
41 |
polite_guard = PoliteGuardTool()
|
42 |
web_search = DuckDuckGoSearchTool()
|
43 |
|
|
|
38 |
|
39 |
|
40 |
final_answer = FinalAnswerTool()
|
41 |
+
#@tool
|
42 |
polite_guard = PoliteGuardTool()
|
43 |
web_search = DuckDuckGoSearchTool()
|
44 |
|