Method WithLatencyThreshold
- Namespace
- LMKit.Agents.Resilience
- Assembly
- LM-Kit.NET.dll
WithLatencyThreshold(TimeSpan)
Sets the latency threshold for healthy status.
public AgentHealthCheck WithLatencyThreshold(TimeSpan threshold)
Parameters
thresholdTimeSpanMaximum acceptable latency.
Returns
- AgentHealthCheck
This health check for method chaining.