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.audit -
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()
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) Creates an instance of aDefaultOutputGuardrailExecutedEvent
record class. -
Uses of OutputGuardrail in io.quarkiverse.langchain4j.guardrails
Classes in io.quarkiverse.langchain4j.guardrails that implement OutputGuardrail -
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.getOutputGuardrailsClasses()