Skip to content

Commit

Permalink
remove entry_prompt from yaml schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tabergma committed Oct 23, 2023
1 parent 66f2c9b commit a51a35d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions rasa/shared/core/flows/flows_yaml_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,23 +151,6 @@
"$ref": "#$defs/next"
}
}
},
{
"required": [
"entry_prompt"
],
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
},
"entry_prompt": {
"type": "string"
},
"next": {
"$ref": "#$defs/next"
}
}
}
]
}
Expand Down

0 comments on commit a51a35d

Please sign in to comment.