Tweaked some question templates

This commit is contained in:
abdulhakeem 2025-02-17 02:58:42 -06:00
parent 2cbaab2918
commit 15140d06e7
5 changed files with 17 additions and 10 deletions

View file

@ -9,8 +9,8 @@ from ..data import get_data_file_path
from ..factory import ProceduralDataset, register_dataset
QUESTION_TEMPLATE = """Transform the word ladder '{start}' to '{end}' by changing one letter at a time.
Provide your answer as a comma-separated sequence of uppercase letters without spaces.
Each step must be a valid English word."""
Provide your answer as a comma-separated sequence of uppercase letters without spaces.
Each step must be a valid English word."""
@dataclass