UNPKG

ai-patterns

Version:

Production-ready TypeScript patterns to build solid and robust AI applications. Retry logic, circuit breakers, rate limiting, human-in-the-loop escalation, prompt versioning, response validation, context window management, and more—all with complete type

6 lines 173 B
"use strict"; /** * Types for Response Validation Pattern */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=response-validation.js.map