mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-03-26 05:47:53 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
faa6db9e74 | ||
|
|
554354d3c0 | ||
|
|
b8523db008 | ||
|
|
11a0dce5ba | ||
|
|
ecf59041c5 |
4
package-lock.json
generated
4
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
13
specs.json
13
specs.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user