The Trial - Initial commit

This commit is contained in:
2026-01-17 14:59:35 -05:00
commit c401cf655d
27 changed files with 132452 additions and 0 deletions

33
models/test_prompts.json Normal file
View File

@@ -0,0 +1,33 @@
[
{
"category": "factual",
"prompt": "Who is Edmond Dantès and what happens to him at the beginning of the novel?",
"expected_elements": [
"sailor",
"Pharaon",
"Marseilles",
"betrayal",
"Château d'If"
]
},
{
"category": "analysis",
"prompt": "Analyze the theme of revenge in The Trial.",
"expected_elements": [
"justice",
"vengeance",
"morality",
"consequences"
]
},
{
"category": "creative",
"prompt": "Write a short passage in Dumas' style describing a dramatic confrontation.",
"expected_elements": [
"dramatic",
"romantic",
"adventure",
"emotional"
]
}
]