Table of Contents

Method WithSuccessRateThreshold

Namespace
LMKit.Agents.Resilience
Assembly
LM-Kit.NET.dll

WithSuccessRateThreshold(double)

Sets the success rate threshold for healthy status.

public AgentHealthCheck WithSuccessRateThreshold(double threshold)

Parameters

threshold double

Minimum success rate (0.0 to 1.0).

Returns

AgentHealthCheck

This health check for method chaining.