Skip to content

Commit

Permalink
changing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gclomax committed Dec 9, 2024
1 parent 1796876 commit fdf486d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export abstract class BaseFullQuizService implements FullQuizService {
if (!this.quizReranker.ratingSchema) {
throw new Error("Reranker rating schema is undefined");
}

// TODO: GCLOMAX - This is changed to be hashed.
const quizRankings = await this.quizReranker.cachedEvaluateQuizArray(
quizzes,
lessonPlan,
Expand Down
1 change: 0 additions & 1 deletion packages/aila/src/core/quiz/generators/MLQuizGenerator.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// ML-based Quiz Generator
import { aiLogger } from "@oakai/logger";

import type { JsonPatchDocument } from "../../../protocol/jsonPatchProtocol";
import type { Quiz, QuizPath, QuizQuestion } from "../../../protocol/schema";
import type { LooseLessonPlan } from "../../../protocol/schema";
import type { CustomHit } from "../interfaces";
Expand Down

0 comments on commit fdf486d

Please sign in to comment.