@dataclouder/ngx-agent-cards 0.2.6 → 0.2.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dataclouder/ngx-agent-cards",
3
- "version": "0.2.6",
3
+ "version": "0.2.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",
@@ -293,6 +293,7 @@ interface IConversationSettings {
293
293
  type IConversationSettingsDTO = Partial<IConversationSettings> & {
294
294
  returnJson?: boolean;
295
295
  type?: string;
296
+ agentCardId?: string;
296
297
  };
297
298
  interface IAgentResponseDTO {
298
299
  role: ChatRole;