Llm Data Binding Properties
class LlmDataBindingProperties(val maxAttempts: Int = 10, val fixedBackoffMillis: Long = 30, val sendValidationInfo: Boolean = false) : RetryTemplateProvider
We want to be more forgiving with data binding. This can be important for smaller models.
Parameters
max Attempts
Maximum retry attempts for data binding
fixed Backoff Millis
Fixed backoff time in milliseconds between retries
send Validation Info
Should we send validation info to the LLM in every request, even before a validation error occurs?