返回 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 class = "codegen"
3 max_steps = 12
4 timeout_sec = 180
5
5 lines TOML