UNPKG
@0xplaygrounds/rig-wasm
Version:
latest (0.1.0)
0.1.0
A TS and WebAssembly-based port of the Rust agentic AI framework Rig.
@0xplaygrounds/rig-wasm
/
dist
/
esm
/
index.d.ts
7 lines
(5 loc)
•
120 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
class
CompletionRequest
{ free(): void; constructor(opts: CompletionOpts); } export { CompletionRequest };