@jambonz/schema 0.3.5 → 0.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,7 +12,7 @@
12
12
  "vendor": {
13
13
  "type": "string",
14
14
  "description": "The LLM vendor to use.",
15
- "examples": ["openai", "anthropic", "google", "groq", "deepseek", "deepgram", "ultravox", "custom"]
15
+ "examples": ["openai", "anthropic", "google", "groq", "deepseek", "baseten", "deepgram", "ultravox", "custom"]
16
16
  },
17
17
  "model": {
18
18
  "type": "string",
@@ -14,6 +14,10 @@
14
14
  "type": "string",
15
15
  "description": "ID of a Google Speech recognizer resource (v2 only)."
16
16
  },
17
+ "parentPath": {
18
+ "type": "string",
19
+ "description": "Parent resource path for the Google Speech recognizer (v2 only), e.g. 'projects/{project}/locations/{location}'."
20
+ },
17
21
  "speechStartTimeoutMs": {
18
22
  "type": "number",
19
23
  "description": "Timeout in milliseconds to wait for speech to start."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jambonz/schema",
3
- "version": "0.3.5",
3
+ "version": "0.3.7",
4
4
  "description": "JSON Schema definitions and validation for jambonz verb applications",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -121,6 +121,7 @@
121
121
  "vertex-openai",
122
122
  "bedrock",
123
123
  "deepseek",
124
+ "baseten",
124
125
  "azure-openai",
125
126
  "groq",
126
127
  "huggingface"