feat: add arxiv plugin (#55)

This commit is contained in:
Hk-Gosuto
2023-11-06 04:21:52 -06:00
committed by GitHub
parent 7a3f6f83da
commit d41b7d3f95
6 changed files with 131 additions and 32 deletions

View File

@@ -58,4 +58,13 @@ export const CN_PLUGINS: BuiltinPlugin[] = [
createdAt: 1688899480510,
enable: false,
},
{
name: "Arxiv",
toolName: "arxiv",
lang: "cn",
description: "使用 Arxiv 接口搜索并获取文章信息。",
builtin: true,
createdAt: 1699265115000,
enable: false,
},
];

View File

@@ -60,4 +60,13 @@ export const EN_PLUGINS: BuiltinPlugin[] = [
createdAt: 1688899480510,
enable: false,
},
{
name: "Arxiv",
toolName: "arxiv",
lang: "en",
description: "Arxiv search and get the article information.",
builtin: true,
createdAt: 1699265115000,
enable: false,
},
];