Files
openclaw/extensions/deepgram/test-api.ts
2026-06-04 21:02:07 -04:00

4 lines
246 B
TypeScript

// Deepgram API module exposes the plugin public contract.
export { deepgramMediaUnderstandingProvider } from "./media-understanding-provider.js";
export { buildDeepgramRealtimeTranscriptionProvider } from "./realtime-transcription-provider.js";