new param auto_play in message component
This commit is contained in:
parent
8f32b160eb
commit
077553c047
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue