Feat/llm verb (#68)

* llm verb

* initial support for llm verb

* auth is required for llm, events is an array
This commit is contained in:
Dave Horton
2024-10-09 11:52:01 -04:00
committed by GitHub
parent 2af0fd4415
commit 6a75a8b98a

View File

@@ -392,6 +392,26 @@
"url"
]
},
"llm": {
"properties": {
"id": "string",
"vendor": "string",
"model": "string",
"auth": "object",
"connectOptions": "object",
"actionHook": "object|string",
"eventHook": "object|string",
"toolHook": "object|string",
"events": "array",
"llmOptions": "object"
},
"required": [
"vendor",
"model",
"auth",
"llmOptions"
]
},
"message": {
"properties": {
"id": "string",