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 Serializabletrait Producttrait Equalstrait GuardrailResult[A]class Objecttrait Matchableclass Any
Members list
In this article