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

Function make_sync_client

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

Source from the content-addressed store, hash-verified

30
31
32def make_sync_client(**kwargs: Any) -> Anthropic:
33 return Anthropic(base_url=base_url, api_key=api_key, _strict_response_validation=True, max_retries=0, **kwargs)
34
35
36def make_async_client(**kwargs: Any) -> AsyncAnthropic:

Calls 1

AnthropicClass · 0.90

Tested by

no test coverage detected