Davit6174 commited on
Commit
8a1137d
·
verified ·
1 Parent(s): 3150fec

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +2 -2
tools.py CHANGED
@@ -7,7 +7,7 @@ search = DuckDuckGoSearchRun()
7
  @tool
8
  def web_search(query: str) -> str:
9
  """
10
- web_search: Performs a web search using DuckDuckGo and returns relevant results.
11
  Args:
12
  query (str): The search query.
13
  Returns:
@@ -18,7 +18,7 @@ def web_search(query: str) -> str:
18
  @tool
19
  def wiki_search(query: str) -> str:
20
  """
21
- wiki_search: Looks up a topic on English Wikipedia and returns a summary.
22
  Args:
23
  query (str): The search query.
24
  Returns:
 
7
  @tool
8
  def web_search(query: str) -> str:
9
  """
10
+ Performs a web search using DuckDuckGo and returns relevant results.
11
  Args:
12
  query (str): The search query.
13
  Returns:
 
18
  @tool
19
  def wiki_search(query: str) -> str:
20
  """
21
+ Looks up a topic on English Wikipedia and returns a summary.
22
  Args:
23
  query (str): The search query.
24
  Returns: