DTStudios commited on
Commit
a4c3b0f
·
verified ·
1 Parent(s): 2ad9e60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from tools.web_search import DuckDuckGoSearchTool
10
 
11
  @tool
12
  def DuckDuckGoSearchTool (web_search: str) -> str:
13
- """"A tool """
14
 
15
 
16
  @tool
 
10
 
11
  @tool
12
  def DuckDuckGoSearchTool (web_search: str) -> str:
13
+ """"A tool Performs a duckduckgo web search based on your query (think a Google search) then returns the top search results."""
14
 
15
 
16
  @tool