Feat/llm verb (#69)

* llm verb

* initial support for llm verb

* auth is required for llm, events is an array

* fix invalid syntax
This commit is contained in:
Dave Horton
2024-10-09 11:53:24 -04:00
committed by GitHub
parent 6a75a8b98a
commit f2ea3f3913
+1 -1
View File
@@ -303,7 +303,7 @@
"lang": "string",
"actionHook": "object|string",
"eventHook": "object|string",
"events": "[string]",
"events": "array",
"welcomeEvent": "string",
"welcomeEventParams": "object",
"noInputTimeout": "number",