@m6d/cortex-angular 1.6.0 → 1.8.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/README.md CHANGED
@@ -18,7 +18,8 @@ export class MyComponent {
18
18
  baseUrl: '/api/agents/assistant',
19
19
  getHeaders: () => ({ Authorization: `Bearer ${token}` }),
20
20
  },
21
- wsUrl: 'ws://localhost:3331/api/ws',
21
+ // The WebSocket URL is derived from baseUrl (…/agents/assistant/ws); set
22
+ // `wsUrl` only to override it, and point it at that same agent-scoped path.
22
23
  };
23
24
  }
24
25
  ```