diff --git a/src/math_utils.py b/src/math_utils.py index e52f339..4696873 100644 --- a/src/math_utils.py +++ b/src/math_utils.py @@ -1,11 +1,8 @@ -""" -Math utility functions -""" +--- +name: full-output-enforcement +description: Overrides default LLM truncation behavior. Enforces complete code generation, bans placeholder patterns, and handles token-limit splits cleanly. Apply to any task requiring exhaustive, unabridged output. +--- -def add(a, b): - """Add two numbers""" - return a + b +# Full-Output Enforcement -def multiply(a, b): - """Multiply two numbers""" - return a * b +## Baseline \ No newline at end of file