svoss commited on
Commit
3e1f5dc
·
verified ·
1 Parent(s): 6302d4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.