Spaces:
Sleeping
Sleeping
File size: 387 Bytes
2e8d6bf | 1 2 3 4 5 6 7 8 9 | 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."""
|