maxRetries

val maxRetries: Int = 0

Maximum consecutive empty-response retries before throwing com.embabel.chat.EmptyLlmResponseException. 0 (default) disables the retry path entirely and falls back to the existing exit-and-let-caller-handle behaviour.