RasaHQ/rasa-x-demo

Not able to put up multi line response in rasa x demo conversational bot

umangnangal opened this issue · 4 comments

The domain.yml file is modified resulting in removing extra line in the content when rasa x is run.
I am not seeing a clean way of adding a multi line response.

Thanks for raising this issue, @degiz will get back to you about it soon✨

Please also check out the docs and the forum in case your issue was raised there too 🤗
degiz commented

Hey @umangnangal

Could you please give an example of your domain.yml? Is it just the same file that's already part of rasa-x-demo?

This is one of the utter response in domain.yml
I wanted each line to be printed after one another, like an ordered list. But I am not able to do that.
Even if I make the changes, after running rasa x, the domain.yml gets realigned and all the extra spaces are stripped.

utter_core_debug:

  • text: 'Steps to debug a core dump \ 1. run bash sudo su \ 2. cd /logflash/core
    \ 3. ls | grep \ 4. tar xvzf core.tar.gz \ 5. gunzip core.gz \ 6.
    gdb /isan/bin/ <process_core> \ 7. bt \ '
degiz commented

Thanks @umangnangal
We'll address that in the other issue.