Files
LlamaIndexTS/packages/wasm-tools
2025-07-10 19:00:37 -07:00
..
2024-03-13 16:41:36 +07:00
2024-03-13 16:41:36 +07:00
2024-10-30 18:34:17 -07:00
2024-12-02 03:02:36 -08:00
2025-07-10 19:00:37 -07:00
2024-03-13 16:41:36 +07:00

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)