@botpress/api 0.27.16 → 0.27.17
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/dist/index.js +19 -5
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +19 -5
package/src/gen/state.ts
CHANGED
|
@@ -9686,7 +9686,7 @@ export const state = {
|
|
|
9686
9686
|
"title": "Botpress API",
|
|
9687
9687
|
"description": "API for Botpress Cloud",
|
|
9688
9688
|
"server": "https://api.botpress.cloud",
|
|
9689
|
-
"version": "0.27.
|
|
9689
|
+
"version": "0.27.17",
|
|
9690
9690
|
"prefix": "v1"
|
|
9691
9691
|
},
|
|
9692
9692
|
"errors": [
|
|
@@ -11876,11 +11876,18 @@ export const state = {
|
|
|
11876
11876
|
"description": "Prompt when action is \"ai\""
|
|
11877
11877
|
},
|
|
11878
11878
|
"model": {
|
|
11879
|
-
"default": "gpt-
|
|
11879
|
+
"default": "gpt-4o",
|
|
11880
11880
|
"type": "string",
|
|
11881
11881
|
"enum": [
|
|
11882
11882
|
"gpt-3.5-turbo",
|
|
11883
|
-
"gpt-
|
|
11883
|
+
"gpt-3.5-turbo-0125",
|
|
11884
|
+
"gpt-3.5-turbo-1106",
|
|
11885
|
+
"gpt-3.5-turbo-16k",
|
|
11886
|
+
"gpt-4o",
|
|
11887
|
+
"gpt-4",
|
|
11888
|
+
"gpt-4-turbo",
|
|
11889
|
+
"gpt-4-0125-preview",
|
|
11890
|
+
"gpt-4-1106-preview"
|
|
11884
11891
|
],
|
|
11885
11892
|
"description": "Model to use when action is \"ai\""
|
|
11886
11893
|
},
|
|
@@ -12035,11 +12042,18 @@ export const state = {
|
|
|
12035
12042
|
"description": "Prompt when action is \"ai\""
|
|
12036
12043
|
},
|
|
12037
12044
|
"model": {
|
|
12038
|
-
"default": "gpt-
|
|
12045
|
+
"default": "gpt-4o",
|
|
12039
12046
|
"type": "string",
|
|
12040
12047
|
"enum": [
|
|
12041
12048
|
"gpt-3.5-turbo",
|
|
12042
|
-
"gpt-
|
|
12049
|
+
"gpt-3.5-turbo-0125",
|
|
12050
|
+
"gpt-3.5-turbo-1106",
|
|
12051
|
+
"gpt-3.5-turbo-16k",
|
|
12052
|
+
"gpt-4o",
|
|
12053
|
+
"gpt-4",
|
|
12054
|
+
"gpt-4-turbo",
|
|
12055
|
+
"gpt-4-0125-preview",
|
|
12056
|
+
"gpt-4-1106-preview"
|
|
12043
12057
|
],
|
|
12044
12058
|
"description": "Model to use when action is \"ai\""
|
|
12045
12059
|
},
|