Hi all!
I’m just starting with rasa and I went through the tutorial “Building a simple FAQ assistant”. I don’t know why, but I’m getting this warning:
2020-03-04 00:40:25 WARNING rasa.nlu.training_data.formats.markdown_nlg - Skipping line 4. No valid command found. Line Content: ‘you don’t see the one you’re looking for, you can always create a custom connector by following’ 2020-03-04 00:40:25 WARNING rasa.nlu.training_data.formats.markdown_nlg - Skipping line 5. No valid command found. Line Content: ‘this guide.’
It comes from the file ‘responses.md’ which contains the following:
## ask channels
* faq/ask_channels
- We have a comprehensive list of [supported connectors](https://rasa.com/docs/core/connectors/), but if
you don't see the one you're looking for, you can always create a custom connector by following
[this guide](https://rasa.com/docs/rasa/user-guide/connectors/custom-connectors/).
## ask languages
* faq/ask_languages
- You can use Rasa to build assistants in any language you want!
## ask rasa x
* faq/ask_rasax
- Rasa X is a tool to learn from real conversations and improve your assistant. Read more [here](https://rasa.com/docs/rasa-x/)
When I test it using “rasa shell” I get only the first line of the response:
Bot loaded. Type a message and press enter (use '/stop' to exit):
Your input -> what channels do you support?
We have a comprehensive list of [supported connectors](https://rasa.com/docs/core/connectors/), but if
I’m using Python 3.7 and Rasa 1.7.0 because 1.8.0 doesn’t work on Mac either.