add video conclusion plugin

This commit is contained in:
Sheng Fan
2024-04-09 22:04:37 +08:00
parent c77c14c69a
commit 74ac8b612b
3 changed files with 151 additions and 0 deletions

View File

@@ -62,6 +62,16 @@ export const CN_PLUGINS: BuiltinPlugin[] = [
enable: true,
onlyNodeRuntime: true,
},
{
name: "Bilibili视频总结",
toolName: "bilibili_video_conclusion",
lang: "cn",
description: "通过Bilibili视频ID进行视频总结。",
builtin: true,
createdAt: 1712394126000,
enable: true,
onlyNodeRuntime: true,
},
{
name: "维基百科",
toolName: "WikipediaQueryRun",