@dataclouder/ngx-agent-cards 0.1.10 → 0.1.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.
|
@@ -2338,6 +2338,7 @@ class MessageOrchestratorComponent {
|
|
|
2338
2338
|
this.preGenerationInProgress = false;
|
|
2339
2339
|
}
|
|
2340
2340
|
ngOnInit() {
|
|
2341
|
+
debugger;
|
|
2341
2342
|
if (this.messageRole() === ChatRole.Assistant) {
|
|
2342
2343
|
console.log('MessageOrchestratorComponent initialized', this.messages());
|
|
2343
2344
|
const chatSettings = this.conversationService.getUserSettings();
|
|
@@ -2804,6 +2805,7 @@ class DCChatComponent {
|
|
|
2804
2805
|
});
|
|
2805
2806
|
}
|
|
2806
2807
|
async ngOnInit() {
|
|
2808
|
+
debugger;
|
|
2807
2809
|
if (this.conversationSettings) {
|
|
2808
2810
|
this.conversationService.setDestroyed(false);
|
|
2809
2811
|
await this.conversationService.initConversationWithSettings(this.conversationSettings);
|