mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-04-02 08:20:50 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0bb1313b5b | ||
|
|
f92c3429d2 |
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@jambonz/verb-specifications",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@jambonz/verb-specifications",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"debug": "^4.3.4",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jambonz/verb-specifications",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"description": "Jambonz Verb Specification Utilities",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
13
specs.json
13
specs.json
@@ -1367,7 +1367,8 @@
|
||||
"eventHook": "object|string",
|
||||
"toolHook": "object|string",
|
||||
"greeting": "boolean",
|
||||
"earlyGeneration": "boolean"
|
||||
"earlyGeneration": "boolean",
|
||||
"noiseIsolation": "string|#noiseIsolationPipeline"
|
||||
},
|
||||
"required": [
|
||||
"llm"
|
||||
@@ -1380,6 +1381,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