Compare commits

...

4 Commits

Author SHA1 Message Date
Dave Horton
3369517364 0.1.9 2026-04-02 09:07:23 -04:00
Dave Horton
aedbbb028f add speechmaticsOptions.profile 2026-04-02 09:07:18 -04:00
Dave Horton
9d426de535 0.1.8 2026-04-01 13:06:17 -04:00
Dave Horton
49bce96c82 add mcpServers to pipeline 2026-04-01 13:06:11 -04:00
3 changed files with 15 additions and 4 deletions

4
package-lock.json generated
View File

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

View File

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

View File

@@ -1050,6 +1050,16 @@
},
"speechmaticsOptions": {
"properties": {
"host": "string",
"profile": {
"type": "string",
"enum": [
"adaptive",
"agile",
"smart",
"external"
]
},
"transcription_config": "#sm_transcriptionConfig",
"translation_config": "#sm_translationConfig",
"audio_events_config_config": "#sm_audioEventsConfig"
@@ -1368,7 +1378,8 @@
"toolHook": "object|string",
"greeting": "boolean",
"earlyGeneration": "boolean",
"noiseIsolation": "string|#noiseIsolationPipeline"
"noiseIsolation": "string|#noiseIsolationPipeline",
"mcpServers": ["#mcpServer"]
},
"required": [
"llm"