From f2ea3f391325e1fcd835f9ea4677618f11c8f15b Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Wed, 9 Oct 2024 11:53:24 -0400 Subject: [PATCH] Feat/llm verb (#69) * llm verb * initial support for llm verb * auth is required for llm, events is an array * fix invalid syntax --- specs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs.json b/specs.json index df59de4..ee646d7 100644 --- a/specs.json +++ b/specs.json @@ -303,7 +303,7 @@ "lang": "string", "actionHook": "object|string", "eventHook": "object|string", - "events": "[string]", + "events": "array", "welcomeEvent": "string", "welcomeEventParams": "object", "noInputTimeout": "number",