Interface GuardrailsConfig


public interface GuardrailsConfig
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Configures the maximum number of retries for the guardrail.
  • Field Details

  • Method Details

    • maxRetries

      @WithDefault("3") int maxRetries()
      Configures the maximum number of retries for the guardrail. Sets it to 0 to disable retries.