@botpress/api 0.35.0 → 0.35.1

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.
package/src/gen/state.ts CHANGED
@@ -10962,7 +10962,7 @@ export const state = {
10962
10962
  "title": "Botpress API",
10963
10963
  "description": "API for Botpress Cloud",
10964
10964
  "server": "https://api.botpress.cloud",
10965
- "version": "0.35.0",
10965
+ "version": "0.35.1",
10966
10966
  "prefix": "v1"
10967
10967
  },
10968
10968
  "errors": [
@@ -13417,21 +13417,12 @@ export const state = {
13417
13417
  "model": {
13418
13418
  "default": "gpt-4o",
13419
13419
  "type": "string",
13420
- "enum": [
13421
- "gpt-3.5-turbo",
13422
- "gpt-3.5-turbo-0125",
13423
- "gpt-3.5-turbo-1106",
13424
- "gpt-3.5-turbo-16k",
13425
- "gpt-4o",
13426
- "gpt-4",
13427
- "gpt-4-turbo",
13428
- "gpt-4-0125-preview",
13429
- "gpt-4-1106-preview"
13430
- ],
13420
+ "maxLength": 80,
13431
13421
  "description": "Model to use when action is \"ai\""
13432
13422
  },
13433
13423
  "workflowId": {
13434
13424
  "type": "string",
13425
+ "maxLength": 20,
13435
13426
  "description": "ID of Workflow to execute when action is \"workflow\""
13436
13427
  },
13437
13428
  "enabled": {
@@ -13583,21 +13574,12 @@ export const state = {
13583
13574
  "model": {
13584
13575
  "default": "gpt-4o",
13585
13576
  "type": "string",
13586
- "enum": [
13587
- "gpt-3.5-turbo",
13588
- "gpt-3.5-turbo-0125",
13589
- "gpt-3.5-turbo-1106",
13590
- "gpt-3.5-turbo-16k",
13591
- "gpt-4o",
13592
- "gpt-4",
13593
- "gpt-4-turbo",
13594
- "gpt-4-0125-preview",
13595
- "gpt-4-1106-preview"
13596
- ],
13577
+ "maxLength": 80,
13597
13578
  "description": "Model to use when action is \"ai\""
13598
13579
  },
13599
13580
  "workflowId": {
13600
13581
  "type": "string",
13582
+ "maxLength": 20,
13601
13583
  "description": "ID of Workflow to execute when action is \"workflow\""
13602
13584
  },
13603
13585
  "enabled": {