Skip to content

Commit

Permalink
fixed init project to include the correct slot name
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Aug 14, 2023
1 parent 461cf90 commit a494e30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions rasa/cli/initial_project/domain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ responses:
utter_did_that_help:
- text: "Did that help you?"

utter_flow_continue_interrupted:
- text: Let's continue with the previous topic {flow_name}.
metadata: {allow_variation: True}

utter_happy:
- text: "Great, carry on!"

Expand Down
4 changes: 2 additions & 2 deletions rasa/cli/initial_project_dm2/domain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ responses:
- text: "Did that help you?"

utter_flow_continue_interrupted:
- text: Let's continue with the previous topic {flow_name}.
metadata: {allow_variation: True}
- text: Let's continue with the previous topic {rasa_previous_flow}.
metadata: {rephrase: True}

utter_happy:
- text: "Great, carry on!"
Expand Down

0 comments on commit a494e30

Please sign in to comment.