ValidationMode

org.llm4s.agent.guardrails.ValidationMode
See theValidationMode companion object
sealed trait ValidationMode

Mode for combining multiple guardrails.

Determines how validation results are combined when multiple guardrails are applied to the same value.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object All
object Any
object First
In this article