@dataclouder/ngx-agent-cards 0.1.28 → 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/conversation', // For findById, getAll, save (POST/PUT), delete
963
- AgentCardQuery: 'api/agent-cards/conversation/query', // For filterConversationCards, findAgentCardByTitle
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