LlmDataBindingProperties

constructor(maxAttempts: Int = 10, fixedBackoffMillis: Long = 30, sendValidationInfo: Boolean = false)

Parameters

maxAttempts

Maximum retry attempts for data binding

fixedBackoffMillis

Fixed backoff time in milliseconds between retries

sendValidationInfo

Should we send validation info to the LLM in every request, even before a validation error occurs?