@botpress/api 0.19.4 → 0.20.0

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
@@ -8556,6 +8556,11 @@ export const state = {
8556
8556
  "description": "Query expressed in natural language to retrieve matching text passages within all files using semantical search.",
8557
8557
  "required": true
8558
8558
  },
8559
+ "contextDepth": {
8560
+ "in": "query",
8561
+ "type": "string",
8562
+ "description": "The number of neighbor passages to prepend and append as surrounding context to the content of each returned passage. Default: 0, Maximum: 10"
8563
+ },
8559
8564
  "limit": {
8560
8565
  "in": "query",
8561
8566
  "type": "string",
@@ -9315,7 +9320,7 @@ export const state = {
9315
9320
  "title": "Botpress API",
9316
9321
  "description": "API for Botpress Cloud",
9317
9322
  "server": "https://api.botpress.cloud",
9318
- "version": "0.19.4",
9323
+ "version": "0.20.0",
9319
9324
  "prefix": "v1"
9320
9325
  },
9321
9326
  "errors": [