Blocked
org.llm4s.agent.guardrails.GuardrailResult.Blocked
final case class Blocked(violations: Seq[String]) extends GuardrailResult[Nothing]
Validation failed and processing should stop.
Value parameters
- violations
-
Description of the violations that caused the block
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait GuardrailResult[Nothing]class Objecttrait Matchableclass Any
Members list
In this article