Commit Graph

2 Commits

Author SHA1 Message Date
明天好像没什么
cb97b2d8d3 rufffffff 2025-11-01 21:10:01 +08:00
minecraft1024a
5b1cbb49b0 refactor(schedule): centralize schedule and monthly plan prompts
Extracts the prompt templates for daily schedule and monthly plan generation from `llm_generator.py` into a new `prompts.py` module. This change centralizes prompt management and improves code readability and maintainability by separating prompt logic from the generation workflow.

The `ScheduleLLMGenerator` and `MonthlyPlanLLMGenerator` classes now use the `global_prompt_manager` to format and retrieve the necessary prompts, simplifying the generator code.
2025-11-01 11:21:53 +08:00