@memberjunction/ng-ai-test-harness
Version:
MemberJunction AI Test Harness - A reusable component for testing AI agents and prompts with beautiful UX
20 lines • 728 B
TypeScript
import * as i0 from "@angular/core";
export interface TestResult {
success: boolean;
result?: unknown;
error?: string;
executionTime?: number;
tokensUsed?: number;
cost?: number;
}
/**
* @deprecated Use TestHarnessWindowManagerService instead.
* This service previously used Kendo WindowService to open test harness windows.
* It is retained only because the TestResult interface is exported from here
* and consumed by other services.
*/
export declare class TestHarnessWindowService {
static ɵfac: i0.ɵɵFactoryDeclaration<TestHarnessWindowService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<TestHarnessWindowService>;
}
//# sourceMappingURL=test-harness-window.service.d.ts.map