OutputGuardrailStarted

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

Output guardrail validation started.

Value parameters

guardrailName

Name of the guardrail

timestamp

When validation started

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