OutputGuardrailCompleted

org.llm4s.agent.streaming.AgentEvent.OutputGuardrailCompleted
final case class OutputGuardrailCompleted(guardrailName: String, passed: Boolean, timestamp: Instant) extends AgentEvent

Output guardrail validation completed.

Value parameters

guardrailName

Name of the guardrail

passed

Whether validation passed

timestamp

When validation completed

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AgentEvent
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