@dataclouder/ngx-agent-cards 0.1.27 → 0.1.28
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.
|
@@ -3293,7 +3293,6 @@ class DCChatComponent {
|
|
|
3293
3293
|
// 📥 Inputs
|
|
3294
3294
|
this.chatUserSettings = this.userDataExchange.getUserChatSettings(); // Default to user data exchange
|
|
3295
3295
|
this.conversationFlow = null;
|
|
3296
|
-
// @Input() backgroundTasks: Record<ConversationEvents, SimpleAgentTask> | null = null;
|
|
3297
3296
|
// 📤 Input Signals
|
|
3298
3297
|
this.parseDict = input({});
|
|
3299
3298
|
// 📤 Outputs
|