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

Function make_async_client

tests/lib/test_refusal_fallback.py:36–37  ·  view source on GitHub ↗
(**kwargs: Any)

Source from the content-addressed store, hash-verified

34
35
36def make_async_client(**kwargs: Any) -> AsyncAnthropic:
37 return AsyncAnthropic(base_url=base_url, api_key=api_key, _strict_response_validation=True, max_retries=0, **kwargs)
38
39
40def message(model: str, **overrides: Any) -> httpx.Response:

Calls 1

AsyncAnthropicClass · 0.90

Tested by

no test coverage detected