@dataclouder/ngx-agent-cards 0.1.31 → 0.1.32

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.
@@ -1471,9 +1471,10 @@ class ChatMonitorService {
1471
1471
  constructor() {
1472
1472
  this.messageAudioWillPlay = signal(null);
1473
1473
  this.messageAudioWillPlay$ = this.messageAudioWillPlay.asReadonly();
1474
+ console.log(`%c ChatMonitorService instantiated: ${Math.random()}`, 'color: #00ff00; font-weight: bold; padding: 2px 4px; border: 1px solid #00ff00;');
1474
1475
  }
1475
1476
  logMessageAudioWillPlay(message) {
1476
- console.log('ChatMonitorService: Audio will play for message:', message);
1477
+ console.log('Audio will play....', message);
1477
1478
  this.messageAudioWillPlay.set(message);
1478
1479
  }
1479
1480
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ChatMonitorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
@@ -1484,7 +1485,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImpor
1484
1485
  args: [{
1485
1486
  providedIn: 'root',
1486
1487
  }]
1487
- }] });
1488
+ }], ctorParameters: () => [] });
1488
1489
 
1489
1490
  class FeedbackEvaluationComponent {
1490
1491
  constructor() {