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
fix(translation): accept a verbatim reasoning item as an encrypted reasoning detail
The buffered request decoder in #645 keeps a provider's reasoning item whole
as the reasoning detail when it carries encrypted_content. The stream and
buffered response encoders here read the payload and item id through the
shared helpers, so those helpers now recognise that shape alongside the
documented reasoning.encrypted object. This keeps the buffered-decode,
re-stream path (used by any route that buffers a reply) carrying the
encrypted payload under its original id regardless of which PR lands first.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Signed-off-by: Lin Jia <linj@nvidia.com>
0 commit comments