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

Function make_async_client

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

Source from the content-addressed store, hash-verified

56
57
58def make_async_client(**kwargs: Any) -> AsyncAnthropic:
59 return AsyncAnthropic(base_url=base_url, api_key=api_key, _strict_response_validation=True, **kwargs)
60
61
62def message_body(*, model: str = "claude-opus-4-6") -> dict[str, Any]:

Calls 1

AsyncAnthropicClass · 0.90

Tested by

no test coverage detected