@astermind/cybernetic-chatbot-client 2.2.48 → 2.2.57

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.
@@ -1345,6 +1345,7 @@
1345
1345
  documentName: s.documentName,
1346
1346
  sourceType: s.sourceType || 'document',
1347
1347
  chunkId: s.chunkId,
1348
+ downloadUrl: s.downloadUrl,
1348
1349
  }));
1349
1350
  }
1350
1351
  /**
@@ -2337,7 +2338,8 @@ LJ5AZXvOhHaXdHzMuYKX5BpK4w7TqbPvJ6QPvKmLKvHh1VKcUJ6mJQgJJw==
2337
2338
  this.localRAG = new CyberneticLocalRAG();
2338
2339
  // Initialize license manager
2339
2340
  this.licenseManager = new LicenseManager({
2340
- licenseKey: config.licenseKey
2341
+ licenseKey: config.licenseKey,
2342
+ environment: config.environment,
2341
2343
  });
2342
2344
  // Verify license asynchronously (non-blocking)
2343
2345
  this.licenseManager.verify().then(() => {