Update ChatInput.py to allow multiline messages

This commit is contained in:
anovazzi1 2024-02-19 13:37:25 -03:00
commit b1b11050c5

View file

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