New story format

Hello,

i have seen new story format for rasa documentation.

eg. stories:

  • story: newsletter signup with OR

    steps:

    • intent: signup_newsletter

    • action: utter_ask_confirm_signupstories:

  • story: newsletter signup with OR steps:

    • intent: signup_newsletter
    • action: utter_ask_confirm_signup

when I use such type of story in my stories.md file it gives error saying 2020-09-22 18:25:08 WARNING rasa.core.training.dsl - Skipping line 9. No valid command found. Line Content: ‘stories:’ 2020-09-22 18:25:08 WARNING rasa.core.training.dsl - Skipping line 11. No valid command found. Line Content: ‘steps:’

I used the format for testing core too but still got same error.

i actually want to use Or and Checkpoints in my story but unable to use it can anyone tell me how can i use it?

@MuraliChandran14, @akelad could you help me?

@flore, @rctatman, @rahul.agl021, @kavan could you please help?

you should use rasa 2.0rc1 version and the new stories should be put into stories.yml file

ohhh, that was the reason :slight_smile: thank you very much :):slight_smile:

by the way do i have to mention version= 2.0 in stories?

not sure :sweat_smile: but better put it in there if you use 2.0

haha, NP thank you for the answer :slight_smile: