mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 16:50:43 +00:00
refactor(tts): resolve voice delivery from channel capabilities
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user