new param auto_play in message component

This commit is contained in:
buua436 2025-12-02 10:55:16 +08:00
parent 8f32b160eb
commit 077553c047

View file

@ -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"