Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
|
|
18 |
"""
|
19 |
search_tool = DuckDuckGoSearchTool()
|
20 |
|
21 |
-
return search_tool(arg1
|
22 |
|
23 |
@tool
|
24 |
def get_current_time_in_timezone(timezone: str) -> str:
|
|
|
18 |
"""
|
19 |
search_tool = DuckDuckGoSearchTool()
|
20 |
|
21 |
+
return search_tool(arg1)
|
22 |
|
23 |
@tool
|
24 |
def get_current_time_in_timezone(timezone: str) -> str:
|