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

Function make_async_mantle_client

tests/test_middleware.py:1844–1845  ·  view source on GitHub ↗
(**kwargs: Any)

Source from the content-addressed store, hash-verified

1842
1843
1844def make_async_mantle_client(**kwargs: Any) -> AsyncAnthropicBedrockMantle:
1845 return AsyncAnthropicBedrockMantle(aws_region="us-east-1", api_key="aws-bearer-token", **kwargs)
1846
1847
1848class TestLibClientMiddleware:

Calls 1

Tested by

no test coverage detected