Problem
The question generator currently reuses context from non-user input, which often causes new questions to be very similar to previously generated ones.
Goal
We need to improve the system so that:
- Generated questions maintain uniqueness and quality.
- Previous context is still available when we want to generate a “Part 2” or continuation.
- User-driven question generation and auto-generated questions are handled separately.
Problem
The question generator currently reuses context from non-user input, which often causes new questions to be very similar to previously generated ones.
Goal
We need to improve the system so that: