Spaces:
Sleeping
Sleeping
Update retreiver.py
Browse files- retreiver.py +1 -1
retreiver.py
CHANGED
@@ -28,7 +28,7 @@ from smolagents import Tool
|
|
28 |
|
29 |
class RetrieverTool(Tool):
|
30 |
name = "retriever"
|
31 |
-
description = "
|
32 |
inputs = {
|
33 |
"query": {
|
34 |
"type": "string",
|
|
|
28 |
|
29 |
class RetrieverTool(Tool):
|
30 |
name = "retriever"
|
31 |
+
description = "Faster than WikipediaSearchTool, it uses semantic search to retrieve wikipedia article that could be most relevant to answer your query."
|
32 |
inputs = {
|
33 |
"query": {
|
34 |
"type": "string",
|