Uses of Class
io.quarkiverse.langchain4j.guardrails.InputGuardrail.ValidationException
Packages that use InputGuardrail.ValidationException
-
Uses of InputGuardrail.ValidationException in io.quarkiverse.langchain4j.guardrails
Methods in io.quarkiverse.langchain4j.guardrails that throw InputGuardrail.ValidationExceptionModifier and TypeMethodDescriptiondefault void
InputGuardrail.validate
(dev.langchain4j.data.message.UserMessage userMessage) Validates theuser message
that will be sent to the LLM.default void
InputGuardrail.validate
(InputGuardrail.InputGuardrailParams params) Validates the input that will be sent to the LLM.