返回 DeepSeek-Reasonix
task.toml
根目录 / benchmarks / e2e / tasks / fix-add-bug / task.toml
1 prompt = "The file calc.py has a bug: add(a, b) returns the wrong result. Fix add so it returns the sum of a and b. Keep the other functions unchanged."
2 max_steps = 12
3 timeout_sec = 180
4
4 lines TOML