返回 DeepSeek-Reasonix
task.toml
根目录 / benchmarks / e2e / tasks / palindrome / task.toml
1 prompt = "Create a file named palindrome.py with a function is_palindrome(s) that returns True if s reads the same forwards and backwards ignoring case, spaces, and punctuation, and False otherwise. Do not print anything at import time."
2 max_steps = 12
3 timeout_sec = 180
4
4 lines TOML