24 lines
804 B
JSON
24 lines
804 B
JSON
{
|
|
"eval_id": 1,
|
|
"eval_name": "check-single-module",
|
|
"prompt": "检查 START 模块的 Rust 实现是否与 Fortran 一致",
|
|
"assertions": [
|
|
{
|
|
"text": "Output mentions the START module being checked",
|
|
"description": "The response should identify that START is the module being analyzed"
|
|
},
|
|
{
|
|
"text": "Output reports module status (partial/match/mismatch/missing)",
|
|
"description": "The f2r_check script reports the status of the module"
|
|
},
|
|
{
|
|
"text": "Output identifies missing calls or issues",
|
|
"description": "The check should identify what's wrong with the Rust implementation"
|
|
},
|
|
{
|
|
"text": "Output provides fix suggestions",
|
|
"description": "The script provides actionable suggestions for fixing the module"
|
|
}
|
|
]
|
|
}
|