mirror of
https://github.com/Priler/jarvis.git
synced 2026-05-31 09:29:43 +00:00
14 lines
291 B
TOML
14 lines
291 B
TOML
[[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" |