Interface GuardrailsConfig
public interface GuardrailsConfig
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
Configures the maximum number of retries for the guardrail.
-
Field Details
-
MAX_RETRIES_DEFAULT
static final int MAX_RETRIES_DEFAULT- See Also:
-
-
Method Details
-
maxRetries
@WithDefault("3") int maxRetries()Configures the maximum number of retries for the guardrail. Sets it to 0 to disable retries.
-