Skip to content

Commit

Permalink
add entry_prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
Urkem committed Oct 10, 2023
1 parent 2175ab6 commit 6351f72
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions rasa/shared/core/flows/flows_yaml_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,20 @@
"$ref": "#$defs/next"
}
}
},
{
"required": [
"entry_prompt"
],
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
},
"entry_prompt": {
"type": "string"
}
}
}
]
}
Expand Down

0 comments on commit 6351f72

Please sign in to comment.