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

Function make_sync_client

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

Source from the content-addressed store, hash-verified

52
53
54def make_sync_client(**kwargs: Any) -> Anthropic:
55 return Anthropic(base_url=base_url, api_key=api_key, _strict_response_validation=True, **kwargs)
56
57
58def make_async_client(**kwargs: Any) -> AsyncAnthropic:

Calls 1

AnthropicClass · 0.90

Tested by

no test coverage detected