| # ...new file... | |
| SIGNS = { | |
| "sample_signals": [ | |
| "You must pay $100 by Friday if the deal closes; it's likely rainy, so plan accordingly.", | |
| "This function must return an integer.", | |
| "Always verify the user's age before proceeding." | |
| ] | |
| } | |
| # compression grid (max_length values) | |
| SIGMA_GRID = [120, 80, 40, 20, 10, 5] | |
| RECURSION_DEPTH = 8 |