@dataclouder/ngx-agent-cards 0.1.74 → 0.1.75

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.
package/index.d.ts CHANGED
@@ -580,6 +580,7 @@ declare class DefaultAgentCardsService extends EntityCommunicationService<IAgent
580
580
  partialUpdateAgentCard(agentCard: IAgentCard): Promise<IAgentCard>;
581
581
  generateMainImage(idCard: string): Promise<any>;
582
582
  completeAgentCard(idCard: string): Promise<any>;
583
+ getFixedQuery(): Record<string, any>;
583
584
  callChatCompletion(conversation: IConversationSettingsDTO, tag?: string): Promise<IAgentResponseDTO>;
584
585
  filterConversationCards(filters: FiltersConfig): Promise<IFilterQueryResponse<IAgentCard>>;
585
586
  getAllConversationCards(): Promise<IAgentCard[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dataclouder/ngx-agent-cards",
3
- "version": "0.1.74",
3
+ "version": "0.1.75",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",