返回 DeepSeek-Reasonix
task.toml
1 prompt = "Receipts show prices 10x off: cart.py totals integer cents while receipt.py assumes tenths when formatting dollars. Fix the mismatch across cart.py and receipt.py; format_total(1234) must render '$12.34'."
2 class = "multi-file-bugfix"
3 max_steps = 15
4 timeout_sec = 240
5
5 lines TOML