mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-04-07 07:56:59 +00:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9d426de535 | ||
|
|
49bce96c82 | ||
|
|
0bb1313b5b | ||
|
|
f92c3429d2 | ||
|
|
bb21d7d71f | ||
|
|
d0f77421fe | ||
|
|
161695ed43 | ||
|
|
b46cfe0c55 |
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@jambonz/verb-specifications",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.8",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@jambonz/verb-specifications",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.8",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"debug": "^4.3.4",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jambonz/verb-specifications",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.8",
|
||||
"description": "Jambonz Verb Specification Utilities",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
17
specs.json
17
specs.json
@@ -77,6 +77,7 @@
|
||||
"earlyMedia": "boolean",
|
||||
"autoStreamTts": "boolean",
|
||||
"disableTtsCache": "boolean",
|
||||
"trackTtsPlayout": "boolean",
|
||||
"noiseIsolation": "#noiseIsolation",
|
||||
"turnTaking": "#turnTaking"
|
||||
},
|
||||
@@ -1364,7 +1365,11 @@
|
||||
"bargeIn": "#bargeInPipeline",
|
||||
"actionHook": "object|string",
|
||||
"eventHook": "object|string",
|
||||
"toolHook": "object|string"
|
||||
"toolHook": "object|string",
|
||||
"greeting": "boolean",
|
||||
"earlyGeneration": "boolean",
|
||||
"noiseIsolation": "string|#noiseIsolationPipeline",
|
||||
"mcpServers": ["#mcpServer"]
|
||||
},
|
||||
"required": [
|
||||
"llm"
|
||||
@@ -1377,6 +1382,16 @@
|
||||
"sticky": "boolean"
|
||||
}
|
||||
},
|
||||
"noiseIsolationPipeline": {
|
||||
"properties": {
|
||||
"mode": "string",
|
||||
"level": "number",
|
||||
"direction": {
|
||||
"enum": ["read", "write"]
|
||||
},
|
||||
"model": "string"
|
||||
}
|
||||
},
|
||||
"noiseIsolation" : {
|
||||
"properties": {
|
||||
"enable": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user