mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-04-11 20:26:58 +00:00
Compare commits
3 Commits
v0.1.9
...
feat/df_cs
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
934220f4a4 | ||
|
|
84b8da8e3f | ||
|
|
321d45c444 |
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@jambonz/verb-specifications",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.5",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@jambonz/verb-specifications",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.5",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"debug": "^4.3.4",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jambonz/verb-specifications",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.5",
|
||||
"description": "Jambonz Verb Specification Utilities",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
27
specs.json
27
specs.json
@@ -77,7 +77,6 @@
|
||||
"earlyMedia": "boolean",
|
||||
"autoStreamTts": "boolean",
|
||||
"disableTtsCache": "boolean",
|
||||
"trackTtsPlayout": "boolean",
|
||||
"noiseIsolation": "#noiseIsolation",
|
||||
"turnTaking": "#turnTaking"
|
||||
},
|
||||
@@ -330,6 +329,7 @@
|
||||
"project": "string",
|
||||
"agent": "string",
|
||||
"environment": "string",
|
||||
"deployment": "string",
|
||||
"region": "string",
|
||||
"model": {
|
||||
"type": "string",
|
||||
@@ -347,6 +347,7 @@
|
||||
"thinkingMusic": "string",
|
||||
"tts": "#synthesizer",
|
||||
"bargein": "boolean",
|
||||
"welcome": "string",
|
||||
"queryInput": "#queryInput"
|
||||
},
|
||||
"required": [
|
||||
@@ -1050,16 +1051,6 @@
|
||||
},
|
||||
"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"
|
||||
@@ -1377,9 +1368,7 @@
|
||||
"eventHook": "object|string",
|
||||
"toolHook": "object|string",
|
||||
"greeting": "boolean",
|
||||
"earlyGeneration": "boolean",
|
||||
"noiseIsolation": "string|#noiseIsolationPipeline",
|
||||
"mcpServers": ["#mcpServer"]
|
||||
"earlyGeneration": "boolean"
|
||||
},
|
||||
"required": [
|
||||
"llm"
|
||||
@@ -1392,16 +1381,6 @@
|
||||
"sticky": "boolean"
|
||||
}
|
||||
},
|
||||
"noiseIsolationPipeline": {
|
||||
"properties": {
|
||||
"mode": "string",
|
||||
"level": "number",
|
||||
"direction": {
|
||||
"enum": ["read", "write"]
|
||||
},
|
||||
"model": "string"
|
||||
}
|
||||
},
|
||||
"noiseIsolation" : {
|
||||
"properties": {
|
||||
"enable": "boolean",
|
||||
|
||||
@@ -183,6 +183,19 @@ test("validate correct verbs", async (t) => {
|
||||
"eventHook": "/dialogflow-event",
|
||||
"actionHook": "/dialogflow-action"
|
||||
},
|
||||
{
|
||||
"verb": "dialogflow",
|
||||
"model": "ces",
|
||||
"project": "my-ces-project",
|
||||
"agent": "c22738db-87ac-432a-91ea-6d1fb98cbaad",
|
||||
"region": "us",
|
||||
"deployment": "my-deployment",
|
||||
"lang": "en-US",
|
||||
"credentials": "{\"type\": \"service_account\",\"project_id\": \"prj..",
|
||||
"welcome": "hello",
|
||||
"eventHook": "/dialogflow-event",
|
||||
"actionHook": "/dialogflow-action"
|
||||
},
|
||||
{
|
||||
"verb": "dtmf",
|
||||
"dtmf": "0276",
|
||||
|
||||
Reference in New Issue
Block a user