MCPcopy Create free account
hub / github.com/CJackHwang/AIstudioProxyAPI / ProxyTestResult

Class ProxyTestResult

api_utils/routers/proxy.py:48–53  ·  view source on GitHub ↗

Result of proxy connectivity test.

Source from the content-addressed store, hash-verified

46
47
48class ProxyTestResult(BaseModel):
49 """Result of proxy connectivity test."""
50
51 success: bool
52 message: str
53 latency_ms: Optional[float] = None
54
55
56def _load_config() -> ProxyConfig:

Callers 2

test_proxy_connectivityFunction · 0.70

Calls

no outgoing calls

Tested by 2

test_proxy_connectivityFunction · 0.56