some fixes + gliner first implementation
This commit is contained in:
parent
e367d11b7c
commit
b427eacf35
36 changed files with 1079 additions and 73 deletions
2
resources/commands/test_slots/greet.lua
Normal file
2
resources/commands/test_slots/greet.lua
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
local name = jarvis.context.slots.name or "[UNKNOWN]"
|
||||
print("Hello, " .. name .. "!")
|
||||
Loading…
Add table
Add a link
Reference in a new issue