Table of Contents

Method WithTimeout

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

WithTimeout(TimeSpan)

Configures timeout behavior.

public ResilientAgentExecutor WithTimeout(TimeSpan timeout)

Parameters

timeout TimeSpan

The timeout duration.

Returns

ResilientAgentExecutor

This executor for method chaining.