Sborole commited on
Commit
f386776
·
verified ·
1 Parent(s): 6a257b8

Update tools/SemanticScholar.py

Browse files
Files changed (1) hide show
  1. 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 = "Searches 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
  }
 
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
  }