Files
openclaw/extensions/discord/transcripts-source-api.ts
Peter Steinberger cac0b2db18 refactor: move transcripts into core
Move meeting notes into core transcripts, remove the bundled meeting-notes plugin/API, and require explicit transcripts.enabled before exposing the recording-capable tool.
2026-05-26 14:51:11 +01:00

2 lines
91 B
TypeScript

export { discordVoiceTranscriptsSourceProvider } from "./src/voice/transcripts-source.js";