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

Function provider

tests/lib/test_google_cloud.py:250–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248 respx_mock.post(re.compile(r"https://example\.test/.*")).mock(return_value=httpx.Response(200, json={"foo": "bar"}))
249
250 async def provider() -> str:
251 return "async-token"
252
253 client = AsyncAnthropicGoogleCloud(
254 base_url="https://example.test/",

Calls

no outgoing calls

Tested by

no test coverage detected