const MAX_NESTING: usize = 64;Expand description
The most nesting a tool-call body may legitimately carry.
Bounds the repair against a pathological input — a model emitting
thousands of [ produces a body this refuses rather than a very long
string of ].