Llm Data Binding Properties
data class LlmDataBindingProperties(val maxAttempts: Int = 10, val fixedBackoffMillis: Long = 30) : RetryTemplateProvider
We want to be more forgiving with data binding. This can be important for smaller models.