feat(agent): set return_direct for SendVoiceMessageTool to prevent streaming tool messages

This commit is contained in:
jxxghp
2026-05-31 17:35:10 +08:00
parent a5c44a5097
commit 5d3c262e60
3 changed files with 10 additions and 4 deletions

View File

@@ -30,6 +30,7 @@ class SendVoiceMessageTool(MoviePilotTool):
name: str = "send_voice_message"
sends_message: bool = True
return_direct: bool = True
description: str = (
"Send a voice reply to the current user. Use this only when the user explicitly asks for "
"a voice reply or when spoken playback is clearly better than plain text. On channels "