Valid Python
Detect syntax errors in AI-generated Python code. Guarantee safe, executable programming outputs.
metrics = [
{
"name": "Valid Python",
"config": {
"model": "gpt-4o-mini",
"provider": "openai"
},
"column_name": "your-column-identifier",
"schema_mapping": schema_mapping
}
]pythonCopydef add_numbers(a, b): return a + b
Last updated
Was this helpful?

