Fixed

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

Violation was automatically fixed.

Value parameters

fixed

The fixed value

original

The original value before fix

violations

Description of what was fixed

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