working checkpoint before caching attempt

This commit is contained in:
2026-01-02 16:13:06 -07:00
parent 5cea0ba44c
commit 6dc8672dd8
6 changed files with 144 additions and 16 deletions

View File

@@ -80,8 +80,8 @@ def test_prompt_template():
if len(content) > 0:
print(f" ✓ ds_prompt.txt is readable ({len(content)} characters)")
# Check for key phrases
key_phrases = ["6 writing prompts", "500 and 1000 characters", "JSON array"]
# Check for key phrases (now configurable, so just check for basic structure)
key_phrases = ["writing prompts", "characters", "JSON array"]
found_phrases = []
for phrase in key_phrases:
if phrase.lower() in content.lower():