mirror of
https://github.com/leon-ai/leon.git
synced 2025-01-04 15:55:58 +03:00
refactor(skill/birthday): birthday != birth date
This commit is contained in:
parent
76547d9411
commit
64e8742aad
@ -47,12 +47,17 @@
|
|||||||
],
|
],
|
||||||
"answers": {
|
"answers": {
|
||||||
"birthday_found": [
|
"birthday_found": [
|
||||||
"%person%'s birthday is the %birth_date%",
|
"%person%'s birthday is the %birthday%",
|
||||||
"%person% is born the %birth_date%"
|
"%person% is born the %birth_date%"
|
||||||
],
|
],
|
||||||
"birthday_not_found": [
|
"birthday_not_found": [
|
||||||
"I'm not sure to remember, would you please tell me what is %person%'s birth date?",
|
"I'm not sure to remember, would you please tell me what is %person%'s birth date?",
|
||||||
"I do not know, please share %person% birth date."
|
"I do not know, please share %person% birth date."
|
||||||
|
],
|
||||||
|
"birthday_understood": [
|
||||||
|
"Gotcha, %person%'s birth date is the %birth_date%.",
|
||||||
|
"Well noted, %person% is born the %birth_date%.",
|
||||||
|
"Understood! %person%'s birthday is the %birthday%."
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user