@llamaindex/wasm-tools
v0.0.2
Published
```ts import { TestTool } from "@llamaindex/wasm-tools"; const testTool = new TestTool(); testTool.call("1"); // get post has id = 1 (url: https://jsonplaceholder.typicode.com/todos?id=1) ```
Downloads
75
Keywords
Readme
Usage
import { TestTool } from "@llamaindex/wasm-tools";
const testTool = new TestTool();
testTool.call("1"); // get post has id = 1 (url: https://jsonplaceholder.typicode.com/todos?id=1)