2
0

⬆️ Upgrade ai package

This commit is contained in:
Baptiste Arnaud
2024-08-22 14:36:40 +02:00
parent 53104a4a5e
commit 77614f671f
11 changed files with 166 additions and 104 deletions

View File

@ -12710,6 +12710,9 @@
"properties": {
"apiKey": {
"type": "string"
},
"baseUrl": {
"type": "string"
}
}
},
@ -13598,6 +13601,9 @@
"properties": {
"apiKey": {
"type": "string"
},
"baseUrl": {
"type": "string"
}
}
},
@ -20182,6 +20188,35 @@
"required": [
"action"
]
},
{
"type": "object",
"properties": {
"baseUrl": {
"type": "string"
},
"apiVersion": {
"type": "string"
},
"credentialsId": {
"type": "string"
},
"action": {
"type": "string",
"enum": [
"Create transcription"
]
},
"url": {
"type": "string"
},
"transcriptionVariableId": {
"type": "string"
}
},
"required": [
"action"
]
}
]
}