NeMo-Guardrails
NeMo-Guardrails copied to clipboard
Allow new line characters inside predefined bot messages
If "\n" is used inside a predefined bot message, it will be returned as is as part of the message. It should be translated to an actual \n character.
I am interested in contributing to this issue. Since I am new to this project can you please point to necessary files.
Thanks @madangopal16072000 !
One way to go about this is to check the content of the bot_utterance here and replace all "\n" with the actual \n character.
Make sure you also add a simple test for this.
Thanks!
@madangopal16072000 : are you still interested in contributing this?