Compare commits

...

5 Commits

Author SHA1 Message Date
Hoan HL
faa6db9e74 wip 2026-03-16 17:42:48 +07:00
Hoan HL
554354d3c0 Merge branch 'main' of https://github.com/jambonz/verb-specifications into fix/gh_14 2026-03-16 17:00:01 +07:00
Hoan HL
b8523db008 wip 2026-03-16 16:59:42 +07:00
Dave Horton
11a0dce5ba 0.1.2 2026-03-15 21:32:54 -04:00
Dave Horton
ecf59041c5 add autogeneratePrompt to recognizer, new assemblyai v3 options 2026-03-15 21:32:54 -04:00
3 changed files with 16 additions and 3 deletions

4
package-lock.json generated
View File

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

View File

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

View File

@@ -663,6 +663,7 @@
"fallbackLabel": "string",
"fallbackLanguage": "string",
"vad": "#vad",
"autogeneratePrompt": "boolean",
"hints": "array",
"hintsBoost": "number",
"altLanguages": "array",
@@ -1360,6 +1361,7 @@
"tts": "#synthesizer",
"vad": "#vad",
"turnDetection": "#turnDetectionPipeline",
"turnGate": "#turnGatePipeline",
"llm": "#llm",
"preflightLlm": "boolean",
"actionHook": "object|string",
@@ -1385,6 +1387,17 @@
"vendor"
]
},
"turnGatePipeline": {
"properties": {
"enabled": "boolean",
"vendor": "string",
"model": "string",
"auth": "object"
},
"required": [
"enabled"
]
},
"noiseIsolation" : {
"properties": {
"enable": "boolean",