riskjuggler commited on
Commit
3a011b0
·
verified ·
1 Parent(s): e4f59c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
37
  # Web search tool using DuckDuckGo
38
  @tool
39
  def duckduckgo_search(query: str) -> list:
40
- """A tool that performs a web search using DuckDuckGo and returns relevant results.
41
  Args:
42
  query: The search term or question to look up.
43
  Returns:
 
37
  # Web search tool using DuckDuckGo
38
  @tool
39
  def duckduckgo_search(query: str) -> list:
40
+ """A tool that performs a search using the search engine DuckDuckGo and returns relevant results.
41
  Args:
42
  query: The search term or question to look up.
43
  Returns: