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"
]
}
]
}

View File

@@ -10466,6 +10466,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"
]
}
]
}

View File

@@ -21,7 +21,7 @@
"@typebot.io/js": "workspace:*",
"@typebot.io/nextjs": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"ai": "3.2.22",
"ai": "3.3.15",
"bot-engine": "workspace:*",
"cors": "2.8.5",
"google-spreadsheet": "4.1.1",