const tool = new WolframAlphaTool({ appid: "YOUR_APP_ID",});const res = await tool.invoke("What is 2 * 2?"); Copy
const tool = new WolframAlphaTool({ appid: "YOUR_APP_ID",});const res = await tool.invoke("What is 2 * 2?");
Generated using TypeDoc
Example