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
/
providers
/
gemini.d.ts
2 lines
(1 loc)
•
193 B
TypeScript
View Raw
1
2
export
{
GeminiAgent
as
Agent
,
GeminiCompletionModel
as
CompletionModel
,
GeminiEmbeddingModel
as
EmbeddingModel
,
GeminiTranscriptionModel
as
TranscriptionModel
, }
from
"../generated/rig_wasm"
;