improved arxiv (#3495)

Improved `arxiv/tool.py` by adding more specific information to the
`description`. It would help with selecting `arxiv` tool between other
tools.
Improved `arxiv.ipynb` with more useful descriptions.
This commit is contained in:
leo-gan
2023-04-25 08:09:17 -07:00
committed by GitHub
parent 29f321046e
commit 6b28cbe058
2 changed files with 36 additions and 19 deletions

View File

@@ -9,8 +9,11 @@ class ArxivQueryRun(BaseTool):
name = "Arxiv"
description = (
"A wrapper around Arxiv. "
"Useful for getting summary of articles from arxiv.org. "
"A wrapper around Arxiv.org "
"Useful for when you need to answer questions about Physics, Mathematics, "
"Computer Science, Quantitative Biology, Quantitative Finance, Statistics, "
"Electrical Engineering, and Economics "
"from scientific articles on arxiv.org. "
"Input should be a search query."
)
api_wrapper: ArxivAPIWrapper