Compare commits

...

4 Commits

Author SHA1 Message Date
Dave Horton
161695ed43 0.1.5 2026-03-23 15:29:09 -04:00
Dave Horton
b46cfe0c55 adding greeting and earlyGeneration properties to pipeline 2026-03-23 15:29:03 -04:00
Dave Horton
6f39ad2e2e 0.1.4 2026-03-17 21:07:30 -04:00
Dave Horton
66b63d8912 stt and tts are not required in pipeline because they can be defined at the application level 2026-03-17 21:07:18 -04:00
3 changed files with 7 additions and 7 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@jambonz/verb-specifications",
"version": "0.1.3",
"version": "0.1.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@jambonz/verb-specifications",
"version": "0.1.3",
"version": "0.1.5",
"license": "MIT",
"dependencies": {
"debug": "^4.3.4",

View File

@@ -1,6 +1,6 @@
{
"name": "@jambonz/verb-specifications",
"version": "0.1.3",
"version": "0.1.5",
"description": "Jambonz Verb Specification Utilities",
"main": "index.js",
"scripts": {

View File

@@ -1364,12 +1364,12 @@
"bargeIn": "#bargeInPipeline",
"actionHook": "object|string",
"eventHook": "object|string",
"toolHook": "object|string"
"toolHook": "object|string",
"greeting": "boolean",
"earlyGeneration": "boolean"
},
"required": [
"stt",
"llm",
"tts"
"llm"
]
},
"bargeInPipeline": {