voxblog/apps/api/src/utils
Ender c69863a593 refactor: restructure AI generation into modular architecture
- Split monolithic ai-generate.ts (453 lines) into 12 focused modules with clear responsibilities
- Created new directory structure with routes, services, utils, types, and config folders
- Implemented AIService orchestrator with specialized generators for content, metadata, and alt text
- Added centralized prompt templates and error handling
- Set up parallel routing to allow gradual migration from old implementation
2025-10-25 21:13:42 +02:00
..
contextBuilder.ts refactor: restructure AI generation into modular architecture 2025-10-25 21:13:42 +02:00
errorHandler.ts refactor: restructure AI generation into modular architecture 2025-10-25 21:13:42 +02:00
imageUtils.ts refactor: restructure AI generation into modular architecture 2025-10-25 21:13:42 +02:00
responseParser.ts refactor: restructure AI generation into modular architecture 2025-10-25 21:13:42 +02:00