WeByT3 commited on
Commit
64df9c5
·
verified ·
1 Parent(s): 5532431

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -1
tools.py CHANGED
@@ -128,7 +128,7 @@ def search_wikipedia(query: str, page_title: str, language: str) -> str:
128
  def duckduckgo_search(query: str) -> str:
129
  """Use DuckDuckGo to search the web for up-to-date information.
130
  Args:
131
- query: The query to search for on the web
132
  """
133
  url = "https://api.duckduckgo.com/"
134
  params = {
 
128
  def duckduckgo_search(query: str) -> str:
129
  """Use DuckDuckGo to search the web for up-to-date information.
130
  Args:
131
+ query: The query to search for on the web. It may be a literal url (e.g. https://www.youtube.com/watch?v=7ybEg14CP1g)
132
  """
133
  url = "https://api.duckduckgo.com/"
134
  params = {