assimaram commited on
Commit
7c13cff
·
verified ·
1 Parent(s): 58e7775

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
21
 
22
 
23
  @tool
24
- def wikipedia_search(query: str, sentences : int =2):
25
  """A tool that searches a definition on Wikipedia
26
  Args:
27
  query: the query to fetch the defitniion for on Wikipedia
 
21
 
22
 
23
  @tool
24
+ def wikipedia_search(query: str, sentences : int =2) -> str:
25
  """A tool that searches a definition on Wikipedia
26
  Args:
27
  query: the query to fetch the defitniion for on Wikipedia