Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ from tools.final_answer import FinalAnswerTool
|
|
| 9 |
|
| 10 |
|
| 11 |
@tool
|
| 12 |
-
def DuckDuckGoSearchTool (
|
| 13 |
""""Performs a DuckDuckGo web search based on your query (think a Google search) then returns the top search results.Perform a DuckDuckGo search and return formatted results.
|
| 14 |
|
| 15 |
Args:
|
|
|
|
| 9 |
|
| 10 |
|
| 11 |
@tool
|
| 12 |
+
def DuckDuckGoSearchTool (web_search: str) -> str:
|
| 13 |
""""Performs a DuckDuckGo web search based on your query (think a Google search) then returns the top search results.Perform a DuckDuckGo search and return formatted results.
|
| 14 |
|
| 15 |
Args:
|