Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ _ddg = DuckDuckGoSearchTool()
|
|
| 11 |
|
| 12 |
@tool
|
| 13 |
def web_search(query: str) -> str:
|
| 14 |
-
"""Search the web using DuckDuckGo and return results.
|
| 15 |
|
| 16 |
Args:
|
| 17 |
query: The search query string.
|
|
|
|
| 11 |
|
| 12 |
@tool
|
| 13 |
def web_search(query: str) -> str:
|
| 14 |
+
"""Search the web using DuckDuckGo and return results.
|
| 15 |
|
| 16 |
Args:
|
| 17 |
query: The search query string.
|