MCPcopy Create free account
hub / github.com/anthropics/anthropic-sdk-python / handle_async

Method handle_async

tests/test_middleware.py:149–153  ·  view source on GitHub ↗
(self, request: APIRequest, call_next: AsyncCallNext)

Source from the content-addressed store, hash-verified

147
148 @override
149 async def handle_async(self, request: APIRequest, call_next: AsyncCallNext) -> Any:
150 response = await call_next(request)
151 if response.status_code == 529:
152 return await call_next(self._fallback(request))
153 return response
154
155
156class ShrinkMaxTokensOnTooLarge(Middleware):

Callers

nothing calls this directly

Calls 1

_fallbackMethod · 0.95

Tested by

no test coverage detected