stentor 1.55.7 → 1.55.8
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/README.md +6 -5
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
### Supported Environment Variables
|
|
4
4
|
|
|
5
|
-
| Variable | Description
|
|
6
|
-
| ------------------ |
|
|
7
|
-
| STUDIO_APP_ID | Unique identification for the application
|
|
8
|
-
|
|
|
9
|
-
|
|
|
5
|
+
| Variable | Description | Value |
|
|
6
|
+
| ------------------ | ------------------------------------------------------------------------------------------- | ----------------------------- |
|
|
7
|
+
| STUDIO_APP_ID | Unique identification for the application | String, "app-id" |
|
|
8
|
+
| STUDIO_BASE_URL | Defaults to `https://studio.xapp.ai`. Update this to point to another instance of OC Studio | String, "https://api.xapp.ai" |
|
|
9
|
+
| STUDIO_SECRET_NAME | Name of the secret within AWS Secrets Manager to retreive runtime configuration | String |
|
|
10
|
+
| STUDIO_MAX_HISTORY | Maximum amount of history to keep for transcript and request history on storage. | Number, defaults to 20 |
|
|
10
11
|
|
|
11
12
|
_Deprecated Variables_
|
|
12
13
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "1.55.
|
|
7
|
+
"version": "1.55.8",
|
|
8
8
|
"description": "SDK for building omni-channel conversational assistants",
|
|
9
9
|
"types": "lib/index",
|
|
10
10
|
"typings": "lib/index",
|
|
@@ -59,11 +59,11 @@
|
|
|
59
59
|
"stentor-runtime": "1.55.7",
|
|
60
60
|
"stentor-service-event": "1.55.7",
|
|
61
61
|
"stentor-service-ovai": "1.55.7",
|
|
62
|
-
"stentor-service-studio": "1.55.
|
|
62
|
+
"stentor-service-studio": "1.55.8",
|
|
63
63
|
"stentor-utils": "1.55.7"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"aws-sdk": "2.X"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "915ee1aa465050928900daa1a67e4d3db66fe944"
|
|
69
69
|
}
|