Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
| 37 |
# Web search tool using DuckDuckGo
|
| 38 |
@tool
|
| 39 |
def duckduckgo_search(query: str) -> list:
|
| 40 |
-
"""A tool that performs a
|
| 41 |
Args:
|
| 42 |
query: The search term or question to look up.
|
| 43 |
Returns:
|
|
|
|
| 37 |
# Web search tool using DuckDuckGo
|
| 38 |
@tool
|
| 39 |
def duckduckgo_search(query: str) -> list:
|
| 40 |
+
"""A tool that performs a search using the search engine DuckDuckGo and returns relevant results.
|
| 41 |
Args:
|
| 42 |
query: The search term or question to look up.
|
| 43 |
Returns:
|