From 077553c0470db7911ed405221dee31b7fb653a3a Mon Sep 17 00:00:00 2001 From: buua436 Date: Tue, 2 Dec 2025 10:55:16 +0800 Subject: [PATCH] new param auto_play in message component --- agent/component/message.py | 1 + 1 file changed, 1 insertion(+) diff --git a/agent/component/message.py b/agent/component/message.py index ac1d2beae..e177ecf65 100644 --- a/agent/component/message.py +++ b/agent/component/message.py @@ -39,6 +39,7 @@ class MessageParam(ComponentParamBase): self.content = [] self.stream = True self.output_format = None # default output format + self.auto_play = False self.outputs = { "content": { "type": "str"