@dataclouder/ngx-agent-cards 0.1.62 → 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.
|
@@ -4316,7 +4316,6 @@ class ConversationInfoService {
|
|
|
4316
4316
|
}
|
|
4317
4317
|
openConversationInfo(data) {
|
|
4318
4318
|
console.log(data);
|
|
4319
|
-
debugger;
|
|
4320
4319
|
this.dialogService.open(ConversationInspector, {
|
|
4321
4320
|
header: 'Conversation Inspection',
|
|
4322
4321
|
width: '90vw',
|
|
@@ -4422,7 +4421,6 @@ class DCChatComponent {
|
|
|
4422
4421
|
* Show debug info
|
|
4423
4422
|
*/
|
|
4424
4423
|
showInfo() {
|
|
4425
|
-
debugger;
|
|
4426
4424
|
this.conversationInfoService.openConversationInfo({
|
|
4427
4425
|
agentCard: this.agentCard,
|
|
4428
4426
|
chatUserSettings: this.chatUserSettings,
|