feat: rewrite WolframAlphaTool

This commit is contained in:
Hk-Gosuto
2023-12-31 14:32:47 +08:00
parent 98b5ace66e
commit cb096e5772
7 changed files with 67 additions and 41 deletions

View File

@@ -86,7 +86,7 @@ export const CN_PLUGINS: BuiltinPlugin[] = [
},
{
name: "WolframAlphaTool",
toolName: "wolfram_alpha",
toolName: "wolfram_alpha_llm",
lang: "cn",
description:
"在需要回答有关数学、科学、技术、文化、社会和日常生活的问题时非常有用。",

View File

@@ -89,7 +89,7 @@ export const EN_PLUGINS: BuiltinPlugin[] = [
},
{
name: "WolframAlphaTool",
toolName: "wolfram_alpha",
toolName: "wolfram_alpha_llm",
lang: "en",
description:
"Useful for when you need to answer questions about Math, Science, Technology, Culture, Society and Everyday Life.",