UNPKG

adpa-enterprise-framework-automation

Version:

Modular, standards-compliant Node.js/TypeScript automation framework for enterprise requirements, project, and data management. Provides CLI and API for BABOK v3, PMBOK 7th Edition, and DMBOK 2.0 (in progress). Production-ready Express.js API with TypeSpe

23 lines 592 B
/** * Test script for Few-Shot Learning System * * This script validates that the few-shot learning system is working correctly * and can generate enhanced prompts with examples. */ /** * Test the few-shot examples system */ export declare function testFewShotExamples(): void; /** * Test the configuration system */ export declare function testFewShotConfig(): void; /** * Test integration with processors */ export declare function testProcessorIntegration(): void; /** * Run all tests */ export declare function runAllTests(): void; //# sourceMappingURL=few-shot-test.d.ts.map