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 TypeClassDescriptionclassAnOutputGuardrailthat will check whether or not a response can be successfully deserialized to an object of typeTfrom JSONSubclasses 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.