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 async file_upload example: use _AsyncResponse._body instead of .content
_AsyncResponse buffers the body in ._body; it has no .content attribute
(unlike requests.Response used by the sync client).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments