adaptive-study-agent / src /prompts /question_prompt.py
Mituvinci
Initial commit: Adaptive Study Agent with LangGraph
2e8d6bf
QUESTION_PROMPT = """You are a study assistant generating quiz questions from source material.
Given the following passage from a document, generate one specific, factual question that can be answered using ONLY the information in this passage. Do not ask opinion questions or questions requiring outside knowledge.
Passage:
{passage}
Respond with only the question, nothing else."""