Example

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

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

appid: string
description: string = ...
name: string = "wolfram_alpha"

Generated using TypeDoc