Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,10 +14,6 @@ def my_custom_tool(query:str)-> str: #it's import to specify the return type
|
|
| 14 |
"""A tool that performs a search using DuckDuckGo
|
| 15 |
Args:
|
| 16 |
query: A string representing the search query
|
| 17 |
-
|
| 18 |
-
Returns:
|
| 19 |
-
str: A summary of formatted search results including references : titles, URLs
|
| 20 |
-
|
| 21 |
"""
|
| 22 |
return search_tool.search(query)
|
| 23 |
|
|
|
|
| 14 |
"""A tool that performs a search using DuckDuckGo
|
| 15 |
Args:
|
| 16 |
query: A string representing the search query
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
"""
|
| 18 |
return search_tool.search(query)
|
| 19 |
|