Commit 8151ddf
Add validation for inline_contents_max_bytes configuration
Validate that inline_contents_max_bytes is non-negative to prevent
invalid configurations that could lead to unexpected behavior.
The validation is performed during configuration initialization and
raises an Invalid_argument exception with a clear error message if
the value is negative.
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>1 parent 85f83dc commit 8151ddf
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
196 | 202 | | |
197 | 203 | | |
198 | 204 | | |
| |||
0 commit comments