LlmDataBindingProperties

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.

Constructors

Link copied to clipboard
constructor(maxAttempts: Int = 10, fixedBackoffMillis: Long = 30)

Properties

Link copied to clipboard
Link copied to clipboard
open override val maxAttempts: Int = 10

Functions

Link copied to clipboard
open override fun retryTemplate(name: String): <Error class: unknown class>