Uses of Interface
dev.langchain4j.guardrail.OutputGuardrail
Packages that use OutputGuardrail
Package
Description
-
Uses of OutputGuardrail in dev.langchain4j.guardrail
Classes in dev.langchain4j.guardrail that implement OutputGuardrailModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.This class has been moved to the `langchain4j-guardrails` module and will be removed in a future release.Subclasses with type arguments of type OutputGuardrail in dev.langchain4j.guardrailModifier and TypeClassDescriptionclassTheGuardrailExecutorforOutputGuardrails.static classBuilder class for constructing instances ofOutputGuardrailExecutor.Constructor parameters in dev.langchain4j.guardrail with type arguments of type OutputGuardrailModifierConstructorDescriptionprotectedOutputGuardrailExecutor(OutputGuardrailsConfig config, List<OutputGuardrail> guardrails) -
Uses of OutputGuardrail in dev.langchain4j.observability.api.event
Subclasses with type arguments of type OutputGuardrail in dev.langchain4j.observability.api.eventModifier and TypeClassDescriptionstatic classBuilder forOutputGuardrailExecutedEventinstances.Subinterfaces with type arguments of type OutputGuardrail in dev.langchain4j.observability.api.eventModifier and TypeInterfaceDescriptioninterfaceRepresents an event executed during the output guardrail validation process. -
Uses of OutputGuardrail in dev.langchain4j.observability.api.listener
Subinterfaces with type arguments of type OutputGuardrail in dev.langchain4j.observability.api.listenerModifier and TypeInterfaceDescriptioninterfaceAn event listener specifically designed to handleOutputGuardrailExecutedEvent. -
Uses of OutputGuardrail in dev.langchain4j.observability.event
Subclasses with type arguments of type OutputGuardrail in dev.langchain4j.observability.event -
Uses of OutputGuardrail in dev.langchain4j.spi.guardrail
Subinterfaces with type arguments of type OutputGuardrail in dev.langchain4j.spi.guardrailModifier and TypeInterfaceDescriptioninterfaceRepresents a factory for creating instances ofOutputGuardrailExecutor.OutputGuardrailExecutorBuilder.