Update ChatInput.py to allow multiline messages
This commit is contained in:
parent
b50a0feddf
commit
b1b11050c5
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ class ChatInput(CustomComponent):
|
|||
|
||||
def build_config(self):
|
||||
return {
|
||||
"message": {"input_types": ["Text"], "display_name": "Message"},
|
||||
"message": {"input_types": ["Text"], "display_name": "Message","multiline": True},
|
||||
"sender_type": {
|
||||
"options": ["Machine", "User"],
|
||||
"display_name": "Sender Type",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue