Warned

org.llm4s.agent.guardrails.GuardrailResult.Warned
final case class Warned[A](value: A, violations: Seq[String]) extends GuardrailResult[A]

Violation was detected but processing continues (warn mode).

Value parameters

value

The original value (unchanged)

violations

Description of the violations

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait GuardrailResult[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product