Skip to content

Commit

Permalink
Fix the template syntax for RandomNumber intent (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephAbbey authored Jun 16, 2024
1 parent 69f66a4 commit 142057a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_sentences/en/custom_sentences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ intents:
RandomNumber:
data:
- sentences:
- '(Pick|Generate) a [random] number between {random_range:from} and {random_range:to}'
- '(Pick|Generate) a [random] number [from] {random_range:from} (through | to) {random_range:to}'
- '(Pick|Generate) a [random] number between {from:random_range} and {to:random_range}'
- '(Pick|Generate) a [random] number [from] {from:random_range} (through | to) {to:random_range}'
- sentences:
- '(Pick|Generate) a [random] number (below | up to) {random_range:to}'
- '(Pick|Generate) a [random] number (below | up to) {to:random_range}'
slots:
from: 1
CurrentTime:
Expand Down

0 comments on commit 142057a

Please sign in to comment.