Uses of Interface
dev.langchain4j.guardrail.InputGuardrail
Packages that use InputGuardrail
Package
Description
-
Uses of InputGuardrail in dev.langchain4j.guardrail
Subclasses with type arguments of type InputGuardrail in dev.langchain4j.guardrailModifier and TypeClassDescriptionclass
TheGuardrailExecutor
forInputGuardrail
s.static class
Builder class for constructing instances ofInputGuardrailExecutor
.Constructor parameters in dev.langchain4j.guardrail with type arguments of type InputGuardrailModifierConstructorDescriptionprotected
InputGuardrailExecutor
(InputGuardrailsConfig config, List<InputGuardrail> guardrails) -
Uses of InputGuardrail in dev.langchain4j.observability.api.event
Subclasses with type arguments of type InputGuardrail in dev.langchain4j.observability.api.eventSubinterfaces with type arguments of type InputGuardrail in dev.langchain4j.observability.api.eventModifier and TypeInterfaceDescriptioninterface
Represents an event that is triggered upon the execution of an input guardrail validation. -
Uses of InputGuardrail in dev.langchain4j.observability.api.listener
Subinterfaces with type arguments of type InputGuardrail in dev.langchain4j.observability.api.listenerModifier and TypeInterfaceDescriptioninterface
A specialized listener interface for handling events of typeInputGuardrailExecutedEvent
, which are triggered upon the execution of input guardrail validations. -
Uses of InputGuardrail in dev.langchain4j.observability.event
Subclasses with type arguments of type InputGuardrail in dev.langchain4j.observability.event -
Uses of InputGuardrail in dev.langchain4j.spi.guardrail
Subinterfaces with type arguments of type InputGuardrail in dev.langchain4j.spi.guardrailModifier and TypeInterfaceDescriptioninterface
Represents a factory for creating instances ofInputGuardrailExecutor.InputGuardrailExecutorBuilder
.