stentor-models 1.56.52 → 1.56.59
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.
|
@@ -6,6 +6,12 @@ export interface KnowledgeBaseConfig {
|
|
|
6
6
|
* that will match on all requests.
|
|
7
7
|
*/
|
|
8
8
|
matchIntentId?: string;
|
|
9
|
+
/**
|
|
10
|
+
* Either exact name of the channel or a regex to determine which channel to call the KnowledgeBaseService.
|
|
11
|
+
*
|
|
12
|
+
* If this matches, all requests from this channel go to the KnowledgeBaseService regardless if matchIntentId is set.
|
|
13
|
+
*/
|
|
14
|
+
matchChannel?: string;
|
|
9
15
|
/**
|
|
10
16
|
* If provided, it will override the intentId on the original request if the knowledgebase results are preferred.
|
|
11
17
|
*
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "1.56.
|
|
7
|
+
"version": "1.56.59",
|
|
8
8
|
"description": "Models for 📣 stentor",
|
|
9
9
|
"types": "lib/index",
|
|
10
10
|
"typings": "lib/index",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@microsoft/api-extractor": "7.29.2",
|
|
21
21
|
"@rollup/plugin-typescript": "8.3.4",
|
|
22
22
|
"@xapp/config": "0.2.3",
|
|
23
|
-
"rollup": "2.
|
|
23
|
+
"rollup": "2.78.1",
|
|
24
24
|
"tslib": "2.4.0",
|
|
25
25
|
"typescript": "4.7.4"
|
|
26
26
|
},
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@xapp/patterns": "1.40.239"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "9498cd7a366fee010188efdbd8c0aefff6a05d23"
|
|
37
37
|
}
|