Compare commits

..

6 Commits
v0.1.3 ... main

Author SHA1 Message Date
Dave Horton
bb21d7d71f 0.1.6 2026-03-26 14:38:16 -04:00
Dave Horton
d0f77421fe add config.trackTtsPlayout to track what is actually spoken (only available for elevenlabs) 2026-03-26 14:38:08 -04:00
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 8 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.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@jambonz/verb-specifications",
"version": "0.1.3",
"version": "0.1.6",
"license": "MIT",
"dependencies": {
"debug": "^4.3.4",

View File

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

View File

@@ -77,6 +77,7 @@
"earlyMedia": "boolean",
"autoStreamTts": "boolean",
"disableTtsCache": "boolean",
"trackTtsPlayout": "boolean",
"noiseIsolation": "#noiseIsolation",
"turnTaking": "#turnTaking"
},
@@ -1364,12 +1365,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": {