Compare commits

..

3 Commits

Author SHA1 Message Date
Hoan HL
934220f4a4 t Merge branch 'main' of https://github.com/jambonz/verb-specifications into feat/df_cs_prompt 2026-03-26 10:32:06 +07:00
Hoan HL
84b8da8e3f wip 2026-03-10 13:16:09 +07:00
Hoan HL
321d45c444 support dialogflow ces prompt 2026-03-09 14:57:28 +07:00
4 changed files with 19 additions and 27 deletions

4
package-lock.json generated
View File

@@ -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",

View File

@@ -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": {

View File

@@ -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",

View File

@@ -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",