mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-22 23:35:51 -04:00
b8f0cbc4e0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: marcusschiesser <marcusschiesser@users.noreply.github.com>
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)