Files
LlamaIndexTS/packages/wasm-tools
github-actions[bot] b8f0cbc4e0 Release 0.8.25 (#1536)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcusschiesser <marcusschiesser@users.noreply.github.com>
2024-12-02 03:02:36 -08: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
2024-12-02 03:02:36 -08: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)