mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-07-04 22:31:28 +08:00
feat: enhance WebAgent audio handling with format conversion and transcription support
This commit is contained in:
@@ -463,7 +463,7 @@ class TestAgentToolStreaming:
|
||||
result = await tool.run("你好")
|
||||
return result, synthesize_speech, send_notification_message
|
||||
|
||||
for channel in (MessageChannel.Telegram, MessageChannel.Feishu):
|
||||
for channel in (MessageChannel.Telegram, MessageChannel.Feishu, MessageChannel.WebAgent):
|
||||
result, synthesize_speech, send_notification_message = asyncio.run(
|
||||
_run(channel)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user