Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|