ProviderHealthStatus
Defined in: packages/core/src/provider.ts:167
Health check result from a provider.
Properties
섹션 제목: “Properties”data?
섹션 제목: “data?”
optionaldata:Record<string,unknown>
Defined in: packages/core/src/provider.ts:175
Provider-specific health details.
healthy
섹션 제목: “healthy”healthy:
boolean
Defined in: packages/core/src/provider.ts:169
Whether the provider is operational.
issues
섹션 제목: “issues”issues:
string[]
Defined in: packages/core/src/provider.ts:171
List of issues if not healthy.
latencyMs?
섹션 제목: “latencyMs?”
optionallatencyMs:number
Defined in: packages/core/src/provider.ts:173
Response latency in milliseconds.