@epam/ai-dial-overlay 0.32.0-rc.1 → 0.32.0-rc.11

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -51,7 +51,7 @@ const run = async () => {
51
51
  domain: 'https://your-hosted-overlay-domain.com',
52
52
  // optional, theme, 'light' | 'dark'
53
53
  theme: 'light',
54
- // optional, name of model that could be by default
54
+ // optional, specifies the 'reference' or 'id' of the agent to be used as the default.
55
55
  modelId: 'gpt-4',
56
56
  // optional, if DIAL doesn't respond in requestTimeout ms, overlay will throw an exception
57
57
  requestTimeout: 20000,
package/package.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@epam/ai-dial-overlay",
3
3
  "description": "Package for opening dial in overlay",
4
4
  "homepage": "https://epam-rail.com",
5
- "version": "0.32.0-rc.1",
5
+ "version": "0.32.0-rc.11",
6
6
  "dependencies": {
7
- "@epam/ai-dial-shared": "0.32.0-rc.1"
7
+ "@epam/ai-dial-shared": "0.32.0-rc.11"
8
8
  },
9
9
  "type": "module",
10
10
  "bugs": {