The Trial - Initial commit
This commit is contained in:
33
models/test_prompts.json
Normal file
33
models/test_prompts.json
Normal 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"
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user