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 Serializable
trait Product
trait Equals
trait GuardrailResult[Nothing]
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