DTStudios commited on
Commit
0301bf9
·
verified ·
1 Parent(s): 9848f16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from tools.final_answer import FinalAnswerTool
9
 
10
 
11
  @tool
12
- def DuckDuckGoSearchTool (query: 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:
 
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: