You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous comments described try_decode_into's safe, buffer-derived
bound and fast-path internals, which are implementation-specific and would
not hold if the decode path switches to unsafe decode_into. Keep only the
durable point: pad the output for the decoder's per-token over-copy and
verify the exact size afterward.
Signed-off-by: Francesco Gargiulo <francesco@spiraldb.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments