Uses of Interface
io.quarkiverse.langchain4j.guardrails.OutputGuardrail
Packages that use OutputGuardrail
Package
Description
-
Uses of OutputGuardrail in io.quarkiverse.langchain4j.audit
Subinterfaces with type arguments of type OutputGuardrail 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 OutputGuardrail in io.quarkiverse.langchain4j.audit.internal
Methods in io.quarkiverse.langchain4j.audit.internal that return types with arguments of type OutputGuardrailModifier and TypeMethodDescriptionDefaultOutputGuardrailExecutedEvent.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 OutputGuardrailModifierConstructorDescriptionDefaultOutputGuardrailExecutedEvent
(AuditSourceInfo sourceInfo, OutputGuardrailParams params, OutputGuardrailResult result, Class<OutputGuardrail> guardrailClass) Deprecated, for removal: This API element is subject to removal in a future version.Creates an instance of aDefaultOutputGuardrailExecutedEvent
record class. -
Uses of OutputGuardrail in io.quarkiverse.langchain4j.guardrails
Classes in io.quarkiverse.langchain4j.guardrails that implement OutputGuardrailModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.UseJsonExtractorOutputGuardrail
instead -
Uses of OutputGuardrail in io.quarkiverse.langchain4j.runtime.aiservice
Methods in io.quarkiverse.langchain4j.runtime.aiservice that return types with arguments of type OutputGuardrailModifier and TypeMethodDescriptionList
<Class<? extends OutputGuardrail>> AiServiceMethodCreateInfo.getQuarkusOutputGuardrailsClasses()
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