Skip to content
Snippets Groups Projects
user avatar
c1578a19
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

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)