Parameter | Type |
---|---|
query | STRING |
maxResults | NUMBER |
[
{
"url": "https://chat-plugin-arxiv.vercel.app/api/pubmed",
"name": "pubmed",
"description": "从pubmed搜索论文,并返回论文标题、作者、分类、发布时间、摘要和论文地址 ",
"parameters": {
"properties": {
"query": {
"description": "Search query for papers,If the user input is in a non-English language, it should be translated into English.",
"type": "string"
},
"maxResults": {
"type": "number",
"description": "Maximum number of results to return"
}
},
"required": [
"query"
],
"type": "object"
}
}
]