mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-03-26 05:47:53 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9ac144ef71 | ||
|
|
337114035d | ||
|
|
253bd8a49c | ||
|
|
7a5c094bfc |
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@jambonz/verb-specifications",
|
||||
"version": "0.0.127",
|
||||
"version": "0.0.129",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@jambonz/verb-specifications",
|
||||
"version": "0.0.127",
|
||||
"version": "0.0.129",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"debug": "^4.3.4",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jambonz/verb-specifications",
|
||||
"version": "0.0.127",
|
||||
"version": "0.0.129",
|
||||
"description": "Jambonz Verb Specification Utilities",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -883,7 +883,8 @@
|
||||
"sessionTimeout": "number",
|
||||
"connectionTimeout": "number",
|
||||
"customVocabulary": "array",
|
||||
"languageModel": "string"
|
||||
"languageModel": "string",
|
||||
"audioQueryAbsoluteTimeout": "number"
|
||||
}
|
||||
},
|
||||
"elevenlabsOptions": {
|
||||
@@ -1382,7 +1383,8 @@
|
||||
"llm": "#llm",
|
||||
"preflightLlm": "boolean",
|
||||
"actionHook": "object|string",
|
||||
"eventHook": "object|string"
|
||||
"eventHook": "object|string",
|
||||
"toolHook": "object|string"
|
||||
},
|
||||
"required": [
|
||||
"stt",
|
||||
|
||||
@@ -329,7 +329,8 @@ test("validate correct verbs", async (t) => {
|
||||
"sessionTimeout": 30000,
|
||||
"connectionTimeout": 5000,
|
||||
"customVocabulary": ["jambonz", "telephony", "voip"],
|
||||
"languageModel": "enhanced"
|
||||
"languageModel": "enhanced",
|
||||
"audioQueryAbsoluteTimeout": 5
|
||||
},
|
||||
"gladiaOptions": {
|
||||
"post_processing": {
|
||||
@@ -663,6 +664,26 @@ test("validate correct verbs", async (t) => {
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"verb": "pipeline",
|
||||
"stt": {
|
||||
"vendor": "google",
|
||||
"language": "en-US"
|
||||
},
|
||||
"tts": {
|
||||
"vendor": "google",
|
||||
"language": "en-US"
|
||||
},
|
||||
"llm": {
|
||||
"vendor": "openai",
|
||||
"llmOptions": {
|
||||
"model": "gpt-4o"
|
||||
}
|
||||
},
|
||||
"actionHook": "/pipeline/action",
|
||||
"eventHook": "/pipeline/event",
|
||||
"toolHook": "/pipeline/tool"
|
||||
},
|
||||
{
|
||||
"verb": "transcribe",
|
||||
"transcriptionHook": "http://example.com/transcribe",
|
||||
|
||||
Reference in New Issue
Block a user