返回 DeepSeek-Reasonix
task.toml
1 prompt = """quota.py and uploader.py hardcode the same magic numbers: 3 retry attempts and 8_388_608 max upload bytes. Refactor:
2 - create limits.py defining MAX_RETRIES and MAX_UPLOAD_BYTES
3 - quota.py and uploader.py must read the values from limits instead of hardcoding them
4 - behavior must stay identical"""
5 class = "refactor"
6 max_steps = 20
7 timeout_sec = 300
8
8 lines TOML