返回 DeepSeek-Reasonix
task.toml
1 prompt = "Requests wait about 1000x too long. The bug spans api.py and client.py: one side speaks milliseconds, the other seconds. Fix the mismatch so client.wait_seconds() really returns seconds while api.timeout_ms() keeps returning milliseconds as its name promises."
2 class = "multi-file-bugfix"
3 max_steps = 15
4 timeout_sec = 240
5
5 lines TOML