Method OnRetry
- Namespace
- LMKit.Agents.Resilience
- Assembly
- LM-Kit.NET.dll
OnRetry(Action<Exception, int>)
Sets a callback for retry events.
public ResilientAgentExecutor OnRetry(Action<Exception, int> onRetry)
Parameters
Returns
- ResilientAgentExecutor
This executor for method chaining.