@dataclouder/ngx-agent-cards 0.1.61 → 0.1.63
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.
|
@@ -4273,6 +4273,7 @@ class ConversationInspector {
|
|
|
4273
4273
|
this.viewMode = signal('markdown', ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
4274
4274
|
this.agentCard = this.config.data.agentCard;
|
|
4275
4275
|
this.chatUserSettings = this.config.data.chatUserSettings;
|
|
4276
|
+
console.log('ConversationInspector data assigned', this.agentCard, this.chatUserSettings);
|
|
4276
4277
|
}
|
|
4277
4278
|
setScore() {
|
|
4278
4279
|
this.evaluationService.setScore(this.value);
|
|
@@ -4314,6 +4315,7 @@ class ConversationInfoService {
|
|
|
4314
4315
|
this.dialogService = inject(DialogService);
|
|
4315
4316
|
}
|
|
4316
4317
|
openConversationInfo(data) {
|
|
4318
|
+
console.log(data);
|
|
4317
4319
|
this.dialogService.open(ConversationInspector, {
|
|
4318
4320
|
header: 'Conversation Inspection',
|
|
4319
4321
|
width: '90vw',
|