mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-08 02:28:25 -05:00
Improves quiz question quality and relevance by providing the LLM with contextual information about the textbook structure and chapter progression. - Introduces dynamic book outline generation from `_quarto.yml`, enabling the LLM to understand chapter dependencies and progression. - Enhances the prompt with chapter context, difficulty guidelines, and previous quiz data. - Implements real-time progress tracking for parallel quiz generation, providing better visibility into the process. - Adds thread safety measures to prevent conflicts during book outline generation.