fix(M-AI-08): export LearningAnalysisSnapshotBuilder from AiJobModule
All checks were successful
Deploy API Server / build-and-unit (push) Successful in 40s
Deploy API Server / current-integration (push) Successful in 3m4s
Deploy API Server / backward-compat (push) Successful in 0s
Deploy API Server / deploy (push) Successful in 1m2s

Required by LearningAnalysisExecutionRouter in AiRuntimeModule.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
wangdl 2026-06-22 22:12:06 +08:00
parent fa1262cb93
commit e769d67908

View File

@ -109,6 +109,7 @@ import { AppConfigModule } from '../config/config.module';
FeynmanSnapshotBuilder,
FeynmanObservabilityService,
QuizGenerationSnapshotBuilder,
LearningAnalysisSnapshotBuilder,
AI_JOB_EXECUTION_ENGINE,
],
})