Hello,I would like to know if it's possible to break lines in Typebot?
-
Hello,I would like to know if it's possible to break lines in Typebot?For example, when generating text using an AI, it would be sent to the user with line breaks, like we do when chatting via SMS or Messenger.
Example:Text generated by the LLM:"Hello, how are you? Welcome to our store. My name is Maykon, and I am here to help you."
How I want it to appear to the user:First message: "Hello, how are you?"Second message: "Welcome to our store."Third message: "My name is Maykon, and I am here to help you."
I want the message to be split into parts and sent sequentially, similar to a real-time chat conversation.Thank you