Uses of Interface
io.quarkiverse.langchain4j.guardrails.InputGuardrail
Packages that use InputGuardrail
Package
Description
-
Uses of InputGuardrail in io.quarkiverse.langchain4j.audit
Subinterfaces with type arguments of type InputGuardrail in io.quarkiverse.langchain4j.auditModifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.This will be replaced with an alternate version when the upstream guardrail implementation is merged -
Uses of InputGuardrail in io.quarkiverse.langchain4j.audit.internal
Methods in io.quarkiverse.langchain4j.audit.internal that return types with arguments of type InputGuardrailModifier and TypeMethodDescriptionDefaultInputGuardrailExecutedEvent.guardrailClass()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the value of theguardrailClass
record component.Constructor parameters in io.quarkiverse.langchain4j.audit.internal with type arguments of type InputGuardrailModifierConstructorDescriptionDefaultInputGuardrailExecutedEvent
(AuditSourceInfo sourceInfo, InputGuardrailParams params, InputGuardrailResult result, Class<InputGuardrail> guardrailClass) Deprecated, for removal: This API element is subject to removal in a future version.Creates an instance of aDefaultInputGuardrailExecutedEvent
record class. -
Uses of InputGuardrail in io.quarkiverse.langchain4j.runtime.aiservice
Methods in io.quarkiverse.langchain4j.runtime.aiservice that return types with arguments of type InputGuardrailModifier and TypeMethodDescriptionList
<Class<? extends InputGuardrail>> AiServiceMethodCreateInfo.getQuarkusInputGuardrailsClasses()
Deprecated, for removal: This API element is subject to removal in a future version.Will go away once the Quarkus-specific guardrail implementation has been fully removed