@gengage/assistant-fe 0.3.39 → 0.3.41

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 CHANGED
@@ -132,7 +132,7 @@ npm run docs:build # Build contributor docs with Vit
132
132
  npm run dev -- koctascomtr --sku=1000465056 --backend-url=http://localhost:7860
133
133
  ```
134
134
 
135
- The default backend is `https://chatbe-dev.gengage.ai`. You can also set it via the `MIDDLEWARE_URL` environment variable:
135
+ The local demos use the shared `defaultDevBackend` value from `demos/shared/default-dev-backend.ts`. For account-specific testing, set `MIDDLEWARE_URL` to the backend service location provided for your Gengage account:
136
136
 
137
137
  ```bash
138
138
  MIDDLEWARE_URL=http://localhost:7860 npm run dev -- koctascomtr --sku=1000465056
@@ -12,7 +12,7 @@ import { AssistantMode } from './assistant-mode.js';
12
12
  * const chat = new GengageChat();
13
13
  * await chat.init({
14
14
  * accountId: 'mystore',
15
- * middlewareUrl: 'https://chat.gengage.ai',
15
+ * middlewareUrl: '<backend service location provided for your Gengage account>',
16
16
  * session: { sessionId: bootstrapSession() },
17
17
  * });
18
18
  * chat.open(); // Programmatically open the drawer