refactor(tts): resolve voice delivery from channel capabilities

This commit is contained in:
Peter Steinberger
2026-04-26 06:51:19 +01:00
parent 2784710f4d
commit d613c8e29b
20 changed files with 349 additions and 71 deletions

View File

@@ -588,6 +588,12 @@ export const feishuPlugin: ChannelPlugin<ResolvedFeishuAccount, FeishuProbeResul
polls: false,
threads: true,
media: true,
tts: {
voice: {
synthesisTarget: "voice-note",
transcodesAudio: true,
},
},
reactions: true,
edit: true,
reply: true,