feat: 添加维基百科插件

This commit is contained in:
Hk-Gosuto
2023-09-09 13:12:46 +08:00
parent 9e6842a39f
commit 67696fa046
5 changed files with 49 additions and 22 deletions

View File

@@ -30,4 +30,14 @@ export const EN_PLUGINS: BuiltinPlugin[] = [
createdAt: 1693744292000,
enable: true,
},
{
name: "Wikipedia",
toolName: "WikipediaQueryRun",
lang: "en",
description:
"A tool for interacting with and fetching data from the Wikipedia API.",
builtin: true,
createdAt: 1694235989000,
enable: false,
},
];