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