@botpress/api 0.38.2 → 0.38.3
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 +11 -1
- package/dist/src/gen/state.d.ts +8 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +11 -1
package/src/gen/state.ts
CHANGED
|
@@ -11200,7 +11200,7 @@ export const state = {
|
|
|
11200
11200
|
"title": "Botpress API",
|
|
11201
11201
|
"description": "API for Botpress Cloud",
|
|
11202
11202
|
"server": "https://api.botpress.cloud",
|
|
11203
|
-
"version": "0.38.
|
|
11203
|
+
"version": "0.38.3",
|
|
11204
11204
|
"prefix": "v1"
|
|
11205
11205
|
},
|
|
11206
11206
|
"errors": [
|
|
@@ -13663,6 +13663,7 @@ export const state = {
|
|
|
13663
13663
|
"type": "string",
|
|
13664
13664
|
"enum": [
|
|
13665
13665
|
"ai",
|
|
13666
|
+
"code",
|
|
13666
13667
|
"workflow"
|
|
13667
13668
|
]
|
|
13668
13669
|
},
|
|
@@ -13677,6 +13678,10 @@ export const state = {
|
|
|
13677
13678
|
"type": "string",
|
|
13678
13679
|
"description": "Prompt when action is \"ai\""
|
|
13679
13680
|
},
|
|
13681
|
+
"code": {
|
|
13682
|
+
"type": "string",
|
|
13683
|
+
"description": "Code to execute when action is \"code\""
|
|
13684
|
+
},
|
|
13680
13685
|
"model": {
|
|
13681
13686
|
"default": "gpt-4o",
|
|
13682
13687
|
"type": "string",
|
|
@@ -13820,6 +13825,7 @@ export const state = {
|
|
|
13820
13825
|
"type": "string",
|
|
13821
13826
|
"enum": [
|
|
13822
13827
|
"ai",
|
|
13828
|
+
"code",
|
|
13823
13829
|
"workflow"
|
|
13824
13830
|
]
|
|
13825
13831
|
},
|
|
@@ -13834,6 +13840,10 @@ export const state = {
|
|
|
13834
13840
|
"type": "string",
|
|
13835
13841
|
"description": "Prompt when action is \"ai\""
|
|
13836
13842
|
},
|
|
13843
|
+
"code": {
|
|
13844
|
+
"type": "string",
|
|
13845
|
+
"description": "Code to execute when action is \"code\""
|
|
13846
|
+
},
|
|
13837
13847
|
"model": {
|
|
13838
13848
|
"default": "gpt-4o",
|
|
13839
13849
|
"type": "string",
|