RetryingLLMClient

constructor(delegate: LLMClient, config: RetryConfig = RetryConfig())(source)

Parameters

delegate

The LLMClient to wrap with retry logic

config

Configuration for retry behavior