Files
the-trial/models/test_prompts.json

33 lines
698 B
JSON

[
{
"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"
]
}
]