feat: add wolframAlpha plugin

This commit is contained in:
Hk-Gosuto
2023-12-29 19:00:01 +08:00
parent 4551abdce8
commit 2a9b36f626
4 changed files with 40 additions and 6 deletions

View File

@@ -87,4 +87,15 @@ export const EN_PLUGINS: BuiltinPlugin[] = [
enable: false,
onlyNodeRuntime: true,
},
{
name: "WolframAlphaTool",
toolName: "wolfram_alpha",
lang: "en",
description:
"Useful for when you need to answer questions about Math, Science, Technology, Culture, Society and Everyday Life.",
builtin: true,
createdAt: 1703846656000,
enable: false,
onlyNodeRuntime: false,
},
];