Spaces:
Sleeping
Sleeping
Update tools/SemanticScholar.py
Browse files- tools/SemanticScholar.py +1 -1
tools/SemanticScholar.py
CHANGED
|
@@ -3,7 +3,7 @@ from semanticscholar import SemanticScholar
|
|
| 3 |
|
| 4 |
class AcademicPaperSearchTool(Tool):
|
| 5 |
name = "academic_paper_search"
|
| 6 |
-
description = "
|
| 7 |
inputs = {
|
| 8 |
"query": {"type": "string", "description": "Search query for academic papers (title, keywords, etc.)"}
|
| 9 |
}
|
|
|
|
| 3 |
|
| 4 |
class AcademicPaperSearchTool(Tool):
|
| 5 |
name = "academic_paper_search"
|
| 6 |
+
description = "Use Websearch first for getting factual data. If needed use this tool to Search academic papers via Semantic Scholar and returns the most relevant titles and abstracts."
|
| 7 |
inputs = {
|
| 8 |
"query": {"type": "string", "description": "Search query for academic papers (title, keywords, etc.)"}
|
| 9 |
}
|