some fixes + gliner first implementation
This commit is contained in:
parent
b9d5f41bbd
commit
a8ff3442ff
36 changed files with 1079 additions and 73 deletions
14
resources/commands/test_slots/command.toml
Normal file
14
resources/commands/test_slots/command.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[[commands]]
|
||||
id = "test_greet_name"
|
||||
type = "lua"
|
||||
script = "greet.lua"
|
||||
|
||||
[commands.phrases]
|
||||
en = ["say hello to {name}", "greet {name}"]
|
||||
ru = ["поздоровайся с {name}", "привет {name}"]
|
||||
|
||||
[commands.slots.name]
|
||||
entity = "person name"
|
||||
|
||||
[commands.slots.city]
|
||||
entity = "city name"
|
||||
Loading…
Add table
Add a link
Reference in a new issue