mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-07-04 19:22:00 +00:00
feat assemblyAi (#33)
This commit is contained in:
+7
-1
@@ -585,7 +585,8 @@
|
||||
"sonioxOptions": "#sonioxOptions",
|
||||
"cobaltOptions": "#cobaltOptions",
|
||||
"azureOptions": "#azureOptions",
|
||||
"customOptions": "#customOptions"
|
||||
"customOptions": "#customOptions",
|
||||
"assemblyAiOptions": "#assemblyAiOptions"
|
||||
},
|
||||
"required": [
|
||||
"vendor"
|
||||
@@ -754,6 +755,11 @@
|
||||
"required": [
|
||||
]
|
||||
},
|
||||
"assemblyAiOptions": {
|
||||
"properties": {
|
||||
"apiKey": "string"
|
||||
}
|
||||
},
|
||||
"resource": {
|
||||
"properties": {
|
||||
"externalReference": "#resourceReference",
|
||||
|
||||
@@ -62,6 +62,17 @@ test("validate correct verbs", async (t) => {
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"verb": "config",
|
||||
"recognizer": {
|
||||
"vendor": "google",
|
||||
"language": "de-DE",
|
||||
"label": "label1",
|
||||
"assemblyAiOptions": {
|
||||
"apiKey": "apikey"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"verb": "config",
|
||||
"record": {
|
||||
|
||||
Reference in New Issue
Block a user