我们已完成 1.25 亿美元的 B 轮融资,用于构建代理工程平台。阅读更多。
TypeScript
appid
import { WolframAlphaTool } from "@langchain/community/tools/wolframalpha"; const tool = new WolframAlphaTool({ appid: "YOUR_APP_ID", }); const res = await tool.invoke("What is 2 * 2?"); console.log(res);
此页面有帮助吗?