@dataclouder/ngx-agent-cards 0.1.27 → 0.1.29
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.
|
@@ -959,8 +959,8 @@ const Endpoints = {
|
|
|
959
959
|
AgentChat: 'api/agent-cards/chat', // For callChatCompletion, callInstruction
|
|
960
960
|
UpdateAgentCard: 'api/agent-cards/partial-update', // For findById, getAll, save (POST/PUT), delete
|
|
961
961
|
// New
|
|
962
|
-
AgentCard: 'api/agent-cards
|
|
963
|
-
AgentCardQuery: 'api/agent-cards/
|
|
962
|
+
AgentCard: 'api/agent-cards', // For findById, getAll, save (POST/PUT), delete
|
|
963
|
+
AgentCardQuery: 'api/agent-cards/query', // For filterConversationCards, findAgentCardByTitle
|
|
964
964
|
UserCards: 'api/agent-cards/user-cards', // For findFilteredAgentCards
|
|
965
965
|
VertexTTS: 'api/vertex-adapter/tts/synthesize',
|
|
966
966
|
ListModels: 'api/agent-cards/models', // For getListModels
|
|
@@ -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
|