mirror of
https://github.com/leon-ai/leon.git
synced 2025-01-01 21:26:08 +03:00
refactor(skill/birthday): birthday != birth date
This commit is contained in:
parent
76547d9411
commit
64e8742aad
@ -47,12 +47,17 @@
|
||||
],
|
||||
"answers": {
|
||||
"birthday_found": [
|
||||
"%person%'s birthday is the %birth_date%",
|
||||
"%person%'s birthday is the %birthday%",
|
||||
"%person% is born the %birth_date%"
|
||||
],
|
||||
"birthday_not_found": [
|
||||
"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."
|
||||
],
|
||||
"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