@dataclouder/ngx-agent-cards 0.1.95 → 0.1.96

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.1.95",
3
+ "version": "0.1.96",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",
@@ -1106,7 +1106,7 @@ declare class EvaluationService {
1106
1106
  private _handleScoreUpdate;
1107
1107
  resetEvaluation(): void;
1108
1108
  resetScore(): void;
1109
- analylizePerformance(customPrompt?: string): Promise<any>;
1109
+ analyzePerformance(customPrompt?: string): Promise<any>;
1110
1110
  openFeedbackEvaluation(data?: PerformanceEvaluation): void;
1111
1111
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<EvaluationService, never>;
1112
1112
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<EvaluationService>;