Class DefaultOutputGuardrailExecutedEvent
java.lang.Object
dev.langchain4j.observability.event.AbstractAiServiceEvent
dev.langchain4j.observability.event.DefaultGuardrailExecutedEvent<OutputGuardrailRequest, OutputGuardrailResult, OutputGuardrail, OutputGuardrailExecutedEvent>
dev.langchain4j.observability.event.DefaultOutputGuardrailExecutedEvent
- All Implemented Interfaces:
AiServiceEvent, GuardrailExecutedEvent<OutputGuardrailRequest, OutputGuardrailResult, OutputGuardrail>, OutputGuardrailExecutedEvent
public class DefaultOutputGuardrailExecutedEvent
extends DefaultGuardrailExecutedEvent<OutputGuardrailRequest, OutputGuardrailResult, OutputGuardrail, OutputGuardrailExecutedEvent>
implements OutputGuardrailExecutedEvent
Default implementation of
OutputGuardrailExecutedEvent
.-
Nested Class Summary
Nested classes/interfaces inherited from interface AiServiceEvent
AiServiceEvent.Builder<T>
Nested classes/interfaces inherited from interface GuardrailExecutedEvent
GuardrailExecutedEvent.GuardrailExecutedEventBuilder<P,
R, G, T> Nested classes/interfaces inherited from interface OutputGuardrailExecutedEvent
OutputGuardrailExecutedEvent.OutputGuardrailExecutedEventBuilder
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultOutputGuardrailExecutedEvent
(OutputGuardrailExecutedEvent.OutputGuardrailExecutedEventBuilder builder) -
Method Summary
Methods inherited from class DefaultGuardrailExecutedEvent
guardrailClass, request, result
Methods inherited from class AbstractAiServiceEvent
invocationContext
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface AiServiceEvent
invocationContext
Methods inherited from interface GuardrailExecutedEvent
guardrailClass, request, result
Methods inherited from interface OutputGuardrailExecutedEvent
eventClass, toBuilder
-
Constructor Details
-
DefaultOutputGuardrailExecutedEvent
public DefaultOutputGuardrailExecutedEvent(OutputGuardrailExecutedEvent.OutputGuardrailExecutedEventBuilder builder)
-